Skip to content

Commit

Permalink
Bump version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Marques committed Apr 3, 2024
1 parent 1799951 commit 02302df
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.2
current_version = 0.15.0
parse = (?P<major>\d+)\.(?P<minor>\d+)((rc(?P<rc>\d+))|(\.(?P<patch>\d+)))
serialize =
{major}.{minor}rc{rc}
Expand Down
6 changes: 5 additions & 1 deletion README.rst
Expand Up @@ -128,9 +128,13 @@ Supported versions
- >= 3.2
- 3.7, 3.8, 3.9, 3.10
* - 0.14
- >= 5.0
- >= 5.0, < 6.0
- >= 3.2
- 3.8, 3.9, 3.10, 3.11
* - 0.15
- >= 5.2
- >= 4.2
- 3.8, 3.9, 3.10, 3.11, 3.12

Upgrade considerations (v0.10.8)
================================
Expand Down
8 changes: 8 additions & 0 deletions docs/releases/0.15.0.rst
@@ -0,0 +1,8 @@
=============================================
wagtail-modeltranslation 0.15.0 release notes
=============================================

Changelist:
- dropped support for wagtail < 5.2
- added support for wagtail >= 6.0
- added tests for python 3.12
1 change: 1 addition & 0 deletions docs/releases/index.rst
Expand Up @@ -9,3 +9,4 @@ Release notes
0.12.0
0.13.0
0.14.0
0.15.0
2 changes: 1 addition & 1 deletion wagtail_modeltranslation/__init__.py
@@ -1,2 +1,2 @@
__version__ = "0.14.2"
__version__ = "0.15.0"
default_app_config = "wagtail_modeltranslation.apps.WagtailModeltranslationConfig"

0 comments on commit 02302df

Please sign in to comment.