Skip to content

Commit

Permalink
Update CHANGELOG and bump version for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Babic committed Mar 6, 2017
1 parent c297560 commit 3dd6662
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@ Changelog
2.X.X (XX.XX.XXX) IN DEVELOPMENT
--------------------------------


2.2.1 (06.03.2017)
--------------------------------

* Updated travis/tox test settings to test against Wagtail 1.9 & Django 1.10.
* Removed a couple of less useful travis/tox environment tests to help with
test speed.
* Made use of 'extras_require' in setup.py to replace multiple requirements
files.
* Optimised the app_settings module so that we can ditch the questionably stuff
we're doing with global value manipulation on app load (solution inspired by
django-allauth).
* Added new symantic version handling to the project (solution inspired by
wagtail)


2.2.0 (20.02.2017)
Expand Down
2 changes: 1 addition & 1 deletion wagtailmenus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# major.minor.patch.release.number
# release must be one of alpha, beta, rc, or final
VERSION = (2, 2, 1, 'alpha', 1)
VERSION = (2, 2, 1, 'final', 0)
__version__ = get_version(VERSION)
stable_branch_name = get_stable_branch_name(VERSION)

Expand Down

0 comments on commit 3dd6662

Please sign in to comment.