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 Jan 2, 2025
1 parent c21c839 commit c5b8f43
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Changelog
=========

Unreleased
==========
4.0.1 (02.01.2025)
----------

- Update the testing environment to test Wagtail 6.3 and Django 5.1
- Add conditional support for Wagtail 6.3 templates
* Update the testing environment to test Wagtail 6.3 and Django 5.1
* Add conditional support for Wagtail 6.3 templates.
* Fix Italian translation [#499](github.com/jazzband/wagtailmenus/pull/499).

4.0.1 (04.08.2024)
----------
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ This is a [Jazzband](https://jazzband.co/) project. By contributing you agree to
* Bojan Mihelac (bmihelac)
* Ben Froelich-Leon (benfroelich)
* Daniel Kirkham (dkirkham)
* Nick Moreton (nickmoreton)

## Translators

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,8 @@ Release notes
.. toctree::
:maxdepth: 1

4.0.2
4.0.1
4.0
3.1.9
3.1.8
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Framework :: Django',
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.0',
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 = (4, 0, 1, "final", 0)
VERSION = (4, 0, 2, "final", 0)
__version__ = get_version(VERSION)
stable_branch_name = get_stable_branch_name(VERSION)

Expand Down

0 comments on commit c5b8f43

Please sign in to comment.