Skip to content

Commit 3c99d66

Browse files
author
Evan Borgstrom
committed
Release 1.1.2
1 parent 3a8b09f commit 3c99d66

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES

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

4+
Version 1.1.2 - Released November 21, 2015
5+
- Fix bug introduced in 1.1.1 surrounding child sorting #38
6+
- Improve tests
7+
48
Version 1.1.1 - Released November 14, 2015
59
- Implement child menu sorting #34
610
- Fix bug: only display visible children #37

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

0 commit comments

Comments
 (0)