Prepared 0.5a1 release.

This commit is contained in:
Dirk Eschler 2012-12-05 13:16:14 +01:00
parent 7266dfac57
commit da4aeba0ea
3 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
v0.5a1
======
Date: 2012-12-05
ADDED: Increased the number of supported fields. Essentially all Django
model fields and subclasses of them should work, except related

View file

@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: django-modeltranslation
Version: 0.4.0
Version: 0.5a1
Summary: Translates Django models using a registration approach.
Home-page: https://github.com/deschler/django-modeltranslation
Author: Peter Eschler,

View file

@ -3,7 +3,7 @@
Version code adopted from Django development version.
https://github.com/django/django
"""
VERSION = (0, 5, 0, 'alpha', 0)
VERSION = (0, 5, 0, 'alpha', 1)
def get_version(version=None):