Skip to content

Commit

Permalink
Prepared 0.8 release (ref #268).
Browse files Browse the repository at this point in the history
  • Loading branch information
deschler committed Oct 6, 2014
1 parent 6844acd commit 553bfbe
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.txt
@@ -1,3 +1,20 @@
v0.8
====
Date: 2014-10-06

FIXED: JavaScript scoping issue with two jQuery versions in tabbed
translation fields.
(resolves issue #267,
thanks Wojtek Ruszczewski)

ADDED: Patch db_column of translation fields in migration files.
(resolves issue #264,
thanks Thom Wiggers and Jacek Tomaszewski)
ADDED: Fallback to values and values_list.
(resolves issue #258,
thanks Jacek Tomaszewski)


v0.8b2
======
Date: 2014-07-18
Expand Down
2 changes: 1 addition & 1 deletion PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: django-modeltranslation
Version: 0.8b2
Version: 0.8
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
Expand Up @@ -3,7 +3,7 @@
Version code adopted from Django development version.
https://github.com/django/django
"""
VERSION = (0, 8, 0, 'beta', 2)
VERSION = (0, 8, 0, 'final', 0)
default_app_config = 'modeltranslation.apps.ModeltranslationConfig'


Expand Down

0 comments on commit 553bfbe

Please sign in to comment.