mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-03-16 22:10:30 +00:00
Bump version: 0.10.1 → 0.10.2
This commit is contained in:
parent
f9afc8dd17
commit
75facc5f22
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[bumpversion]
|
||||
current_version = 0.10.1
|
||||
current_version = 0.10.2
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
[bumpversion:file:wagtail_modeltranslation/__init__.py]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# coding: utf-8
|
||||
__version__ = '0.10.1'
|
||||
__version__ = '0.10.2'
|
||||
default_app_config = 'wagtail_modeltranslation.apps.ModeltranslationConfig'
|
||||
|
|
|
|||
Loading…
Reference in a new issue