Skip to content

Commit

Permalink
Merge pull request #12 from cdvv7788/master
Browse files Browse the repository at this point in the history
Update version and changelog
  • Loading branch information
MiltonLn committed Oct 17, 2018
2 parents 6c3fd54 + 1974b00 commit 7e1c772
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 155 deletions.
153 changes: 0 additions & 153 deletions CHANGELOG.md

This file was deleted.

23 changes: 22 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
CHANGELOG
=========

1.0.4(2018-02-19)
-----------------

- Features:
- Adding support for AppConfig in INSTALLED_APPS

1.0.3(2018-01-31)
-----------------

- Project Enhancements:
- Dropping support for Python 2
- Updating docs
- Readme updating
- Support for Django 2.0 (Thanks to @lachmanfrantisek)

- Features:
- Adding support to root paths (Thanks to @lucaskuzma)

- BugFix:
- Fixing backward compatibility with Django < 1.10

1.0.2(2017-04-29)
-----------------

Expand All @@ -19,4 +40,4 @@ CHANGELOG
1.0.0 (2017-04-09)
------------------

- Initial release
- Initial release
2 changes: 1 addition & 1 deletion menu_generator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = 'Milton Lenis'
__description__ = 'A straightforward menu generator for Django'
__version__ = '1.0.3'
__version__ = '1.0.4'

default_app_config = 'menu_generator.apps.MenuAppConfig'

0 comments on commit 7e1c772

Please sign in to comment.