Skip to content

Commit

Permalink
Merge pull request #185 from ababic/release-prep/2.5
Browse files Browse the repository at this point in the history
Update from 2.5rc1 to 2.5.0 (final)
  • Loading branch information
ababic authored Oct 14, 2017
2 parents 1f5f1c1 + 3161675 commit 34167cd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Changelog
=========

2.5.0a (XX.XX.XXXX) IN DEVELOPMENT
----------------------------------
2.X.X (XX.XX.XXXX) IN DEVELOPMENT
---------------------------------


2.5.0 (14.10.2017)
------------------

* Added rendering logic to Menu classes and refactored all existing template
tags to make use of it (massively reducing code duplication in menu_tags.py).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
=================================
Wagtailmenus 2.5rc1 release notes
Wagtailmenus 2.5.0 release notes
=================================

.. NOTE::
This is a release candidate version. Please report any bugs or issues to the tracker at https://github.com/rkhleics/wagtailmenus/issues

.. contents::
:local:
:depth: 1
Expand Down
2 changes: 1 addition & 1 deletion docs/source/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Release notes
.. toctree::
:maxdepth: 1

2.5rc1
2.5.0
2.4.0
2.3.2
2.3.1
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, 5, 0, 'rc', 1)
VERSION = (2, 5, 0, 'final', 0)
__version__ = get_version(VERSION)
stable_branch_name = get_stable_branch_name(VERSION)

Expand Down

0 comments on commit 34167cd

Please sign in to comment.