Skip to content

Commit 252b30a

Browse files
committed
pinned down version of mptt to 0.5.1 or 0.5.2
see django-mptt/django-mptt#207
1 parent f143207 commit 252b30a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '2.3'
2+
__version__ = '2.3.1'
33

44
# patch settings
55
try:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'django-classy-tags>=0.3.4.1',
3333
'south>=0.7.2',
3434
'html5lib',
35-
'django-mptt>=0.5.1,<0.6',
35+
'django-mptt>=0.5.1,<0.5.3',
3636
'django-sekizai>=0.6.1',
3737
],
3838
tests_require=[

0 commit comments

Comments
 (0)