From 8b67c6af36b18fcea2de642a3add300b253a8785 Mon Sep 17 00:00:00 2001 From: DiogoMarques Date: Tue, 5 Jan 2016 10:53:20 +0000 Subject: [PATCH] Preparing v0.4.3 --- CHANGELOG.txt | 3 +++ PKG-INFO | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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 '