Skip to content

Commit

Permalink
Bumped version and updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCordeiro committed Sep 23, 2023
1 parent ab49aee commit 14349fa
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Changelog
=========

3.1.9 (Unreleased)
3.1.9 (23.09.2023)
----------

* Fix [#445](https://github.com/jazzband/wagtailmenus/issues/445) which caused discrepancy between compatibility on website and readme.
* Fix [460](https://github.com/jazzband/wagtailmenus/issues/460) by replacing `wagtail.contrib.modeladmin` with `wagtail_modeladmin`.
* Update testing for Wagtail 5.0 and Django 4.2.
* Dropped support for Python 3.7.

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

.. contents::
:local:
:depth: 1


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

Wagtail 6 will deprecate the `wagtail.contrib.modeladmin` module in favour of `wagtail.snippets`. A new maintenance package, called `wagtail-modeladmin` was released to provide a smooth transition. This release adds `wagtail-modeladmin` support. It's a stop-gap measure to provide clean support for Wagtail 5.1 while a more permanent Snippet-based solution is developed.

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

* Update testing for Wagtail 5.0 and Django 4.2.
* Dropped support for Django 4.1.
1 change: 1 addition & 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.9
3.1.8
3.1.7
3.1.6
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, 8, "final", 0)
VERSION = (3, 1, 9, "final", 0)
__version__ = get_version(VERSION)
stable_branch_name = get_stable_branch_name(VERSION)

Expand Down

0 comments on commit 14349fa

Please sign in to comment.