Skip to content

Commit

Permalink
Re-upload to pypi as a new version to fix sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Borgstrom committed May 1, 2016
1 parent 4d0ec38 commit 830aea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
django-simple-menu changelog
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Version 1.2.1 - Released May 1st, 2016
- Fixing sdist packaging

Version 1.2.0 - Released January 15, 2016
- Require Django 1.6+ now (this is because we now use slugify instead of a regex)
- Ensure thread safety #42
Expand Down
2 changes: 1 addition & 1 deletion menu/__init__.py
Original file line number Diff line number Diff line change
@@ -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 comments on commit 830aea3

Please sign in to comment.