Preparing version 0.5.0 alpha.

This commit is contained in:
Alexandre Silva 2016-04-05 12:03:13 +01:00
parent 64d78b2995
commit 63bda25e11
5 changed files with 14 additions and 7 deletions

View file

@ -6,8 +6,11 @@ Authors
Core Committers
---------------
* Alexandre Silva
* Diogo Marques
* Eduardo Nogueira
* Rui Martins
* Tiago Costa
Contributors
------------
@ -15,11 +18,9 @@ Contributors
* `Django-modeltranslation`_
* `Django-linguo`_
* Alain Gelinas
* Eduardo Nogueira
* Karl Hobley
* Raphael Grill
* Tom Dyson
* Tiago Costa
* Tim Tan

View file

@ -1,3 +1,10 @@
v0.5.0a:
- Wagtail 1.4.x compatibility (#67)
- ElasticSearch integration (#66)
- Validation of slug uniqueness (#37)
- Patching of inline-panels (#70)
- Deprecated TranslationMixin and SnippetsMixin (#69)
v0.4.4:
- Fix issue related to Django 1.9.x

View file

@ -1,5 +1,5 @@
Copyright (c) 2012, 2011, 2010, 2009, Peter Eschler, Dirk Eschler
Copyright (c) 2015 Rui Martins, Diogo Marques
Copyright (c) 2016 InfoPortugal S.A.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@ -24,4 +24,3 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View file

@ -1,9 +1,9 @@
Metadata-Version: 1.0
Name: wagtail-modeltranslation
Version: 0.4.4
Version: 0.5.0a
Summary: Translates Wagtail CMS models using a registration approach.
Home-page: https://github.com/infoportugal/wagtail-modeltranslation
Author: Diogo Marques, Eduardo Nogueira, Rui Martins
Author: InfoPortugal S.A.
Author-email: ...
License: New BSD
Description: The modeltranslation application can be used to translate dynamic

View file

@ -4,7 +4,7 @@ from distutils.core import setup
setup(
name='wagtail-modeltranslation',
version='0.4.4',
version='0.5.0a',
description='Translates Wagtail CMS models using a registration approach.',
long_description=(
'The modeltranslation application can be used to translate dynamic '