Skip to content

Commit 830aea3

Browse files
author
Evan Borgstrom
committed
Re-upload to pypi as a new version to fix sdist
1 parent 4d0ec38 commit 830aea3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
django-simple-menu changelog
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

4+
Version 1.2.1 - Released May 1st, 2016
5+
- Fixing sdist packaging
6+
47
Version 1.2.0 - Released January 15, 2016
58
- Require Django 1.6+ now (this is because we now use slugify instead of a regex)
69
- Ensure thread safety #42

menu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .menu import Menu, MenuItem
22

3-
__version__ = '1.2.0'
3+
__version__ = '1.2.1'
44
__url__ = 'https://github.com/borgstrom/django-simple-menu'

0 commit comments

Comments
 (0)