We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f143207 commit 252b30aCopy full SHA for 252b30a
cms/__init__.py
@@ -1,5 +1,5 @@
1
# -*- coding: utf-8 -*-
2
-__version__ = '2.3'
+__version__ = '2.3.1'
3
4
# patch settings
5
try:
setup.py
@@ -32,7 +32,7 @@
32
'django-classy-tags>=0.3.4.1',
33
'south>=0.7.2',
34
'html5lib',
35
- 'django-mptt>=0.5.1,<0.6',
+ 'django-mptt>=0.5.1,<0.5.3',
36
'django-sekizai>=0.6.1',
37
],
38
tests_require=[
0 commit comments