Skip to content

Commit 307dec7

Browse files
committed
Version 1.0.9
1 parent d0efcb3 commit 307dec7

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.0.9 - Released January 29, 2014
5+
- Added documentation to the distribution [fladi] #17
6+
47
Version 1.0.8 - Released January 21, 2014
58
- Added tests
69
- Fixed #15, #13, #11, #10, #9, #8, #7

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.0.8'
3+
__version__ = '1.0.9'
44
__url__ = 'https://github.com/fatbox/django-simple-menu'

0 commit comments

Comments
 (0)