Skip to content

Commit

Permalink
Bump version 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Marques committed Apr 2, 2024
1 parent 89e5477 commit 14acb6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.14.1
current_version = 0.14.2
parse = (?P<major>\d+)\.(?P<minor>\d+)((rc(?P<rc>\d+))|(\.(?P<patch>\d+)))
serialize =
{major}.{minor}rc{rc}
Expand Down
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.14.1"
version = "0.14.2"
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.14.1"
__version__ = "0.14.2"
default_app_config = "wagtail_modeltranslation.apps.WagtailModeltranslationConfig"

0 comments on commit 14acb6c

Please sign in to comment.