Skip to content

Commit

Permalink
Prepared 0.8.1 release (ref #298).
Browse files Browse the repository at this point in the history
  • Loading branch information
deschler committed Apr 2, 2015
1 parent db30a48 commit 01bc89f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
3 changes: 3 additions & 0 deletions AUTHORS.rst
Expand Up @@ -31,6 +31,9 @@ Contributors
* Mathieu Leplatre
* Thom Wiggers
* Warnar Boekkooi
* Alex Marandon
* Fabio Caccamo
* Vladimir Sinitsin
* And many more ... (if you miss your name here, please let us know!)

.. _django-linguo: https://github.com/zmathew/django-linguo
12 changes: 12 additions & 0 deletions CHANGELOG.txt
@@ -1,3 +1,15 @@
v0.8.1
======
Date: 2015-04-02

FIXED: Using a queryset with select related.
(resolves issue #298, thanks Vladimir Sinitsin)
FIXED: Added missing jquery browser plugin.
(resolves issue #270, thanks Fabio Caccamo)
FIXED: Deprecated imports with Django >= 1.7
(resolves issue #283, thanks Alex Marandon)


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


Expand Down

0 comments on commit 01bc89f

Please sign in to comment.