From 0685e9da9f25260fd6707f2fef3363c2d7b15d99 Mon Sep 17 00:00:00 2001 From: Alexandre Silva Date: Wed, 15 Jun 2016 11:50:33 +0100 Subject: [PATCH] Preparing version v0.5.0 alpha 1. --- 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 c573383..bfd40e1 100755 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,6 @@ +v0.5.0a1: +- Added patching for BaseSetting subclasses + v0.5.0a: - Wagtail 1.4.x compatibility (#67) - ElasticSearch integration (#66) diff --git a/PKG-INFO b/PKG-INFO index 51f27e9..5c472c5 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: wagtail-modeltranslation -Version: 0.5.0a +Version: 0.5.0a1 Summary: Translates Wagtail CMS models using a registration approach. Home-page: https://github.com/infoportugal/wagtail-modeltranslation Author: InfoPortugal S.A. diff --git a/setup.py b/setup.py index ae52ee2..b63c112 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup setup( name='wagtail-modeltranslation', - version='0.5.0a', + version='0.5.0a1', description='Translates Wagtail CMS models using a registration approach.', long_description=( 'The modeltranslation application can be used to translate dynamic '