0.7.12 release

This commit is contained in:
Marco Bonetti 2016-08-02 00:06:12 +02:00
parent ba44f3bf6b
commit c385ce3584
3 changed files with 6 additions and 6 deletions

View file

@ -1,12 +1,12 @@
Version History
===============
Version 0.7.12 (unreleased)
---------------------------
Version 0.7.12
--------------
* Fix IndexError in fix_nls when translation is just a carriage return (PR #168, thanks @nealtodd)
* Remove float formatting of integer percent translated (PR #171, thanks @nealtodd)
* Fixed a comment (PR #170, thanks @dnaranjo89)
* Test against Django 1.10b1
* Test against Django 1.10
* Dropped support for goslate and the Google translate API

View file

@ -55,9 +55,9 @@ author = u'Marco Bonetti'
# built documents.
#
# The short X.Y version.
version = '0.7.11'
version = '0.7.12'
# The full version, including alpha/beta/rc tags.
release = '0.7.11'
release = '0.7.12'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -20,7 +20,7 @@ deps =
django17: Django==1.7.11
django18: Django==1.8.11
django19: Django==1.9.4
django110: Django==1.10b1
django110: Django==1.10
py27-django{17,18,19,110}: python-memcached
py35-django{17,18,19,110}: python3-memcached
# py27-django18: pudb