Bumped version 0.10.4

This commit is contained in:
Diogo Marques 2019-09-09 14:42:06 +01:00
parent 80def8ecde
commit 4456f6f902
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: wagtail-modeltranslation
Version: 0.10.1
Version: 0.10.4
Summary: Translates Wagtail CMS models using a registration approach.
Home-page: https://github.com/infoportugal/wagtail-modeltranslation
Author: InfoPortugal S.A.

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.2
current_version = 0.10.4
commit = True
tag = True

View file

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