Skip to content

Commit 7e1c772

Browse files
authored
Merge pull request #12 from cdvv7788/master
Update version and changelog
2 parents 6c3fd54 + 1974b00 commit 7e1c772

File tree

3 files changed

+23
-155
lines changed

3 files changed

+23
-155
lines changed

CHANGELOG.md

Lines changed: 0 additions & 153 deletions
This file was deleted.

docs/changelog.rst

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
CHANGELOG
22
=========
33

4+
1.0.4(2018-02-19)
5+
-----------------
6+
7+
- Features:
8+
- Adding support for AppConfig in INSTALLED_APPS
9+
10+
1.0.3(2018-01-31)
11+
-----------------
12+
13+
- Project Enhancements:
14+
- Dropping support for Python 2
15+
- Updating docs
16+
- Readme updating
17+
- Support for Django 2.0 (Thanks to @lachmanfrantisek)
18+
19+
- Features:
20+
- Adding support to root paths (Thanks to @lucaskuzma)
21+
22+
- BugFix:
23+
- Fixing backward compatibility with Django < 1.10
24+
425
1.0.2(2017-04-29)
526
-----------------
627

@@ -19,4 +40,4 @@ CHANGELOG
1940
1.0.0 (2017-04-09)
2041
------------------
2142

22-
- Initial release
43+
- Initial release

menu_generator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'Milton Lenis'
22
__description__ = 'A straightforward menu generator for Django'
3-
__version__ = '1.0.3'
3+
__version__ = '1.0.4'
44

55
default_app_config = 'menu_generator.apps.MenuAppConfig'

0 commit comments

Comments
 (0)