From c385ce35844b96a1f1e6539e00e15ccc28470861 Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Tue, 2 Aug 2016 00:06:12 +0200 Subject: [PATCH] 0.7.12 release --- CHANGES | 6 +++--- docs/conf.py | 4 ++-- tox.ini | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 61043f1..3cfe013 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/docs/conf.py b/docs/conf.py index 203acb1..fc41c06 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/tox.ini b/tox.ini index 9a12611..cc633a1 100644 --- a/tox.ini +++ b/tox.ini @@ -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