mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-27 16:34:42 +00:00
Prepared 0.5 release.
This commit is contained in:
parent
a264663430
commit
e5a574f26a
2 changed files with 2 additions and 2 deletions
2
PKG-INFO
2
PKG-INFO
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue