Skip to content

Commit

Permalink
Bump version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Marques committed Apr 26, 2023
1 parent e7bc918 commit 2f22f85
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.13rc3
current_version = 0.13.0
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.13rc3"
version = "0.13.0"
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.13rc3'
__version__ = '0.13.0'
default_app_config = 'wagtail_modeltranslation.apps.WagtailModeltranslationConfig'

0 comments on commit 2f22f85

Please sign in to comment.