Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
Conflicts:
	cms/__init__.py
  • Loading branch information
beniwohli committed Aug 22, 2012
2 parents 4605250 + 3ddb67d commit 0c8568e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.txt
Expand Up @@ -65,7 +65,7 @@
- Google Maps Plugin now uses the version 3 of their API, no longer requiring an API Key.


==== 2.3.0 (in development) ====
==== 2.3.0 ====

- Compatibility with Django 1.3.1 and 1.4 (1.2 support dropped)
- Lazy admin page tree loading
Expand All @@ -81,3 +81,7 @@
- django-reversion dependency upgraded to 1.6
- django-sekizai dependency upgraded to 0.6.1 or higher
- django-mptt dependency upgraded to 0.5.1 or higher

==== 2.3.1 ====

- pinned version of django-mptt to 0.5.1 or 0.5.2
2 changes: 1 addition & 1 deletion cms/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = '2.3.post0'
__version__ = '2.3.1'

# patch settings
try:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,7 +32,7 @@
'django-classy-tags>=0.3.4.1',
'south>=0.7.2',
'html5lib',
'django-mptt>=0.5.1,<0.6',
'django-mptt>=0.5.1,<0.5.3',
'django-sekizai>=0.6.1',
],
tests_require=[
Expand Down

0 comments on commit 0c8568e

Please sign in to comment.