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 4d0ec38 commit 830aea3Copy full SHA for 830aea3
CHANGES
@@ -1,6 +1,9 @@
1
django-simple-menu changelog
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
4
+Version 1.2.1 - Released May 1st, 2016
5
+- Fixing sdist packaging
6
+
7
Version 1.2.0 - Released January 15, 2016
8
- Require Django 1.6+ now (this is because we now use slugify instead of a regex)
9
- Ensure thread safety #42
menu/__init__.py
@@ -1,4 +1,4 @@
from .menu import Menu, MenuItem
-__version__ = '1.2.0'
+__version__ = '1.2.1'
__url__ = 'https://github.com/borgstrom/django-simple-menu'
0 commit comments