Skip to content

Commit

Permalink
Bump version 0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Marques committed Apr 5, 2024
1 parent 604f4c6 commit d653b01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.3
current_version = 0.14.4
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wagtail-modeltranslation"
version = "0.14.3"
version = "0.14.4"
license = "New BSD"
authors = ["InfoPortugal S.A. <suporte24@infoportugal.pt>"]
maintainers = ["InfoPortugal S.A. <suporte24@infoportugal.pt>"]
Expand Down
2 changes: 1 addition & 1 deletion wagtail_modeltranslation/__init__.py
@@ -1,2 +1,2 @@
__version__ = "0.14.3"
__version__ = "0.14.4"
default_app_config = "wagtail_modeltranslation.apps.WagtailModeltranslationConfig"

0 comments on commit d653b01

Please sign in to comment.