Skip to content

Commit

Permalink
Merge pull request #413 from MrCordeiro/release-prep/3.1
Browse files Browse the repository at this point in the history
Release prep/3.1
  • Loading branch information
MrCordeiro authored Feb 12, 2022
2 parents 67293c4 + ac2454b commit 8399708
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

3.1 (xx.02.2022)
3.1 (12.02.2022)
------------------

* Added support for Wagtail 2.10 (no code changes necessary).
Expand Down
2 changes: 1 addition & 1 deletion docs/source/contributing/packaging_releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ When satisfied with the PR for preparing the files:

.. code-block:: console
workon wagtailmenus
source .venv/bin/activate
cd ../path-to-original-repo
git checkout master
git pull
Expand Down
2 changes: 1 addition & 1 deletion docs/source/releases/3.1.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
===============================================
Wagtailmenus 3.1 release notes (xx.02.2022)
Wagtailmenus 3.1 release notes (12.02.2022)
===============================================

.. NOTE ::
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, 1, 0, "rc", 0)
VERSION = (3, 1, 0, "final", 0)
__version__ = get_version(VERSION)
stable_branch_name = get_stable_branch_name(VERSION)

Expand Down

0 comments on commit 8399708

Please sign in to comment.