Skip to content

Commit

Permalink
Bump version and updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ababic committed Jun 18, 2020
1 parent 6395822 commit d9e7e9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Changelog

* Added support for Wagtail 2.9 (no code changes necessary) (Sekani Tembo).
* Added compatibility with Django Sites Framework (Sekani Tembo).
* Minor documentation updates (Sekani Tembo).
* Various documentation updates.


3.0.1 (08.02.2020)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/releases/3.0.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Minor changes

* Added support for Wagtail 2.9 (no code changes necessary) (Sekani Tembo).
* Added compatibility with Django Sites Framework [1]_ (Sekani Tembo).
* Minor documentation updates.
* Various documentation updates.

.. rubric:: Footnotes
.. [1] Be sure to update code according to Wagtail 2.9 Release \ *Notes'*
Expand Down
2 changes: 1 addition & 1 deletion wagtailmenus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

Expand Down

0 comments on commit d9e7e9e

Please sign in to comment.