Skip to content

Commit

Permalink
Bumped to version 3.1.1 and updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCordeiro committed Apr 25, 2022
1 parent 443fb87 commit 0cdb757
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

3.1.1 (25.04.2022)
------------------

* Removed support for Wagtail <2.15.
* Removed support for Django <3.2.
* Added support for Wagtail 2.15.
* Added support for Wagtail 2.16.
* Added support for Django 4.0.

3.1 (12.02.2022)
------------------

Expand Down
26 changes: 26 additions & 0 deletions docs/source/releases/3.1.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
===============================================
Wagtailmenus 3.1.1 release notes (25.04.2022)
===============================================

.. NOTE ::
In order to keep wagtailmenus working with the latest versions of Wagtail and Django, with code that is clean and maintainable, this version will be the last feature release to support Wagtail versions earlier than 2.15, and Django versions earlier than 3.2.
.. contents::
:local:
:depth: 1


What's new?
===========

There are no new major features in this release.

Minor changes & bug fixes
=========================

* Removed support for Wagtail <2.15.
* Removed support for Django <3.2.
* Added support for Wagtail 2.15.
* Added support for Wagtail 2.16.
* Added support for Django 4.0.
5 changes: 0 additions & 5 deletions docs/source/releases/3.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
Wagtailmenus 3.1 release notes (12.02.2022)
===============================================

.. NOTE ::
Wagtailmenus 3.1 is in the release candidate.
.. contents::
:local:
:depth: 1
Expand Down
2 changes: 2 additions & 0 deletions docs/source/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release notes
.. toctree::
:maxdepth: 1

3.1.1
3.1
3.0.2
3.0.1
Expand Down Expand Up @@ -46,5 +47,6 @@ Release notes
2.0.1
2.0.0


Release notes for versions preceding ``v2.0.0`` can be found on GitHub:
https://github.com/jazzband/wagtailmenus/releases?after=v2.0.0
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, "final", 0)
VERSION = (3, 1, 1, "final", 0)
__version__ = get_version(VERSION)
stable_branch_name = get_stable_branch_name(VERSION)

Expand Down

0 comments on commit 0cdb757

Please sign in to comment.