Skip to content

Commit

Permalink
Prepared 0.12.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
deschler committed Apr 5, 2017
1 parent c0826db commit 0dad9be
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v0.12.1
=======
Date: 2017-04-05

FIXED: Issue in loaddata management command in combination with Django 1.11.
(resolves issue #401)


v0.12
=====
Date: 2016-09-20
Expand Down
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: django-modeltranslation
Version: 0.12
Version: 0.12.1
Summary: Translates Django models using a registration approach.
Home-page: https://github.com/deschler/django-modeltranslation
Author: Peter Eschler,
Expand Down
2 changes: 1 addition & 1 deletion modeltranslation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Version code adopted from Django development version.
https://github.com/django/django
"""
VERSION = (0, 12, 0, 'final', 0)
VERSION = (0, 12, 1, 'final', 0)
default_app_config = 'modeltranslation.apps.ModeltranslationConfig'


Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Operating System :: OS Independent',
'Environment :: Web Environment',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 0dad9be

Please sign in to comment.