Skip to content

Commit 0c8568e

Browse files
committed
Merge branch 'master' into develop
Conflicts: cms/__init__.py
2 parents 4605250 + 3ddb67d commit 0c8568e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
- Google Maps Plugin now uses the version 3 of their API, no longer requiring an API Key.
6666

6767

68-
==== 2.3.0 (in development) ====
68+
==== 2.3.0 ====
6969

7070
- Compatibility with Django 1.3.1 and 1.4 (1.2 support dropped)
7171
- Lazy admin page tree loading
@@ -81,3 +81,7 @@
8181
- django-reversion dependency upgraded to 1.6
8282
- django-sekizai dependency upgraded to 0.6.1 or higher
8383
- django-mptt dependency upgraded to 0.5.1 or higher
84+
85+
==== 2.3.1 ====
86+
87+
- pinned version of django-mptt to 0.5.1 or 0.5.2

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.post0'
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)