Skip to content

Commit 70526ad

Browse files
author
Evan Borgstrom
committed
Release 1.1.1
1 parent 025837b commit 70526ad

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

AUTHORS

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
django-simple-menu was initially developed by Evan Borgstom.
22

3-
Developers [in alphabetical order]
4-
~~~~~~~~~~
5-
6-
Eduard Kracmar <[email protected]> [Edke]
7-
Evan Borgstrom <[email protected]> [borgstrom]
3+
See https://github.com/borgstrom/django-simple-menu/graphs/contributors for the full list of
4+
contributors to the code base.

CHANGES

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

4+
Version 1.1.1 - Released November 14, 2015
5+
- Implement child menu sorting #34
6+
- Fix bug: only display visible children #37
7+
- Improve tests
8+
49
Version 1.1.0 - Released May 25, 2015
510
- Transfer ownership to Evan Borgstrom
611

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

0 commit comments

Comments
 (0)