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 Oct 10, 2016
1 parent 8c4554e commit f4c893e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Changelog
=========

1.5.1 (XX.XX.XXX) IN DEVELOPMENT
1.5.2 (XX.XX.XXX) IN DEVELOPMENT
---------------------------------

* Wait and see!


1.5.1 (10.10.2016)
---------------------------------

* `MenuPage.has_submenu_items()` is now only ever called if
Expand All @@ -11,7 +17,7 @@ Changelog
The `check_for_chilren` value passed to `has_submenu_items()` is now always
True. Since removing would add breaking changes, it will be removed in a
later feature release.
* Fixed a migration-related issue that was django to create new migrations for
* Fixed a migration-related issue that was Django to create new migrations for
the app.
* Fixed an issue where not all help text was marked for translation.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
packages=find_packages(),
license="MIT",
keywords="wagtail cms model utility",
download_url="https://github.com/rkhleics/wagtailmenus/tarball/v1.5.0",
download_url="https://github.com/rkhleics/wagtailmenus/tarball/v1.5.1",
url="https://github.com/rkhleics/wagtailmenus",
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 +1 @@
__version__ = '1.5.0'
__version__ = '1.5.1'

0 comments on commit f4c893e

Please sign in to comment.