mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-21 10:51:54 +00:00
0.7.12 release
This commit is contained in:
parent
ba44f3bf6b
commit
c385ce3584
3 changed files with 6 additions and 6 deletions
6
CHANGES
6
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
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
2
tox.ini
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue