Skip to content

Commit

Permalink
Bump version for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Babic committed Jan 20, 2017
1 parent d2f673c commit 6820768
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Changelog
--------------------------------


2.1.3 (20.01.2017)
--------------------------------

* Fixed a bug in the `section_menu` tag when attempting to apply the correct
active class to `section_root` when the `modify_submenu_items()` method has
been overridden to return additional items without an `active_class`
attribute (like in the example code in README).


2.1.2 (07.01.2017)
--------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
packages=find_packages(),
license="MIT",
keywords="wagtail cms model utility",
download_url="https://github.com/rkhleics/wagtailmenus/tarball/v2.1.2",
download_url="https://github.com/rkhleics/wagtailmenus/tarball/v2.1.3",
url="https://github.com/rkhleics/wagtailmenus/tree/stable/2.1.x",
include_package_data=True,
zip_safe=False,
Expand Down
2 changes: 1 addition & 1 deletion wagtailmenus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import, unicode_literals

__version__ = '2.1.2'
__version__ = '2.1.3'

default_app_config = 'wagtailmenus.apps.WagtailMenusConfig'
app_settings = None
Expand Down

0 comments on commit 6820768

Please sign in to comment.