diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5c3dd94..d88bacd 100755 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,6 @@ +v0.4.3: +- Fixed bug when editing a page and parent url path of some language is None. + v0.4.2: - Fixed issue with stream fields (#39). diff --git a/PKG-INFO b/PKG-INFO index e368439..df31706 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: wagtail-modeltranslation -Version: 0.4.2 +Version: 0.4.3 Summary: Translates Wagtail CMS models using a registration approach. Home-page: https://github.com/infoportugal/wagtail-modeltranslation Author: Diogo Marques, Eduardo Nogueira, Rui Martins diff --git a/setup.py b/setup.py index b937aa1..c575247 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup setup( name='wagtail-modeltranslation', - version='0.4.2', + version='0.4.3', description='Translates Wagtail CMS models using a registration approach.', long_description=( 'The modeltranslation application can be used to translate dynamic '