Skip to content

Commit

Permalink
Bump version for PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
ababic committed Nov 20, 2016
1 parent a1f1cd6 commit 90fe78c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ Changelog
`MenuPage` model now both accept an optional `menu_instance` value, so that
menu_instance might be called to access pre-fetched page data without hitting
the database.
* Other small changes to improve performance.
* Added the `WAGTAILMENUS_ADD_EDITOR_OVERRIDE_STYLES` setting to allow override
styles to be disabled.
* Other minor performance improvements.


1.6.1 (04.11.2016)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
packages=find_packages(),
license="MIT",
keywords="wagtail cms model utility",
download_url="https://github.com/rkhleics/wagtailmenus/tarball/v1.6.1",
url="https://github.com/rkhleics/wagtailmenus/tree/stable/1.6.x",
download_url="https://github.com/rkhleics/wagtailmenus/tarball/v2.0.0",
url="https://github.com/rkhleics/wagtailmenus/tree/stable/2.0.x",
include_package_data=True,
zip_safe=False,
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion wagtailmenus/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.6.1'
__version__ = '2.0.0'

0 comments on commit 90fe78c

Please sign in to comment.