Compare commits

...

1 commit

Author SHA1 Message Date
Alexandre Silva
91050127e6 Bump version: 0.10.1 → 0.11.0 2019-06-06 17:18:38 +01:00
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
[bumpversion]
current_version = 0.10.1
current_version = 0.11.0
commit = True
tag = True
[bumpversion:file:wagtail_modeltranslation/__init__.py]

View file

@ -1,3 +1,3 @@
# coding: utf-8
__version__ = '0.10.1'
__version__ = '0.11.0'
default_app_config = 'wagtail_modeltranslation.apps.ModeltranslationConfig'