Skip to content

Commit

Permalink
Bump version 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Marques committed Aug 25, 2023
1 parent dc54398 commit f961716
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.0
current_version = 0.14.1
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.0"
version = "0.14.1"
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.0'
__version__ = '0.14.1'
default_app_config = 'wagtail_modeltranslation.apps.WagtailModeltranslationConfig'

0 comments on commit f961716

Please sign in to comment.