Prepared 0.5 release.

This commit is contained in:
deschler 2013-02-10 18:26:50 +01:00
parent a264663430
commit e5a574f26a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: django-modeltranslation
Version: 0.5b1
Version: 0.5
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, 'beta', 1)
VERSION = (0, 5, 0, 'final', 0)
def get_version(version=None):