Skip to content

Commit

Permalink
0.7.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi committed Aug 1, 2016
1 parent ba44f3b commit c385ce3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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


Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c385ce3

Please sign in to comment.