Skip to content

Commit

Permalink
Bump version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Marques committed May 12, 2023
1 parent 8a93256 commit c0618da
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.13.0
current_version = 0.14.0
parse = (?P<major>\d+)\.(?P<minor>\d+)((rc(?P<rc>\d+))|(\.(?P<patch>\d+)))
serialize =
{major}.{minor}rc{rc}
Expand Down
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,17 @@ Supported versions
- >= 3.0
- 3.6, 3.7, 3.8, 3.9
* - 0.12
- >= 3.0
- >= 3.0, < 4.0
- >= 3.2
- 3.7, 3.8, 3.9, 3.10
* - 0.13
- >= 4.0
- >= 4.0, < 5.0
- >= 3.2
- 3.7, 3.8, 3.9, 3.10
* - 0.14
- >= 5.0
- >= 3.2
- 3.7, 3.8, 3.9, 3.10, 3.11

Upgrade considerations (v0.10.8)
================================
Expand Down
8 changes: 8 additions & 0 deletions docs/releases/0.14.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
=============================================
wagtail-modeltranslation 0.14.0 release notes
=============================================

Changelist:
- dropped support for wagtail < 5.0
- added support for wagtail >= 5.0
- added tests for python 3.11
1 change: 1 addition & 0 deletions docs/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Release notes
0.11.0
0.12.0
0.13.0
0.14.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wagtail-modeltranslation"
version = "0.13.0"
version = "0.14.0"
license = "New BSD"
authors = ["InfoPortugal S.A. <[email protected]>"]
maintainers = ["InfoPortugal S.A. <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion wagtail_modeltranslation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.13.0'
__version__ = '0.14.0'
default_app_config = 'wagtail_modeltranslation.apps.WagtailModeltranslationConfig'

0 comments on commit c0618da

Please sign in to comment.