Skip to content

Commit

Permalink
bump version 0.13rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Marques committed Nov 16, 2022
1 parent 87867ac commit fca4458
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.12rc3
current_version = 0.13rc1
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 docs/releases/0.13.0.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=============================================
wagtail-modeltranslation 0.12.0 release notes
wagtail-modeltranslation 0.13.0 release notes
=============================================

Changelist:
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.12rc3"
version = "0.13rc1"
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
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.12rc3'
__version__ = '0.13rc1'
default_app_config = 'wagtail_modeltranslation.apps.WagtailModeltranslationConfig'

0 comments on commit fca4458

Please sign in to comment.