mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-15 00:23:09 +00:00
0.7.14 final
This commit is contained in:
parent
ff283491aa
commit
1ae24a13a1
3 changed files with 6 additions and 5 deletions
6
CHANGES
6
CHANGES
|
|
@ -1,10 +1,10 @@
|
|||
Version History
|
||||
===============
|
||||
|
||||
Version 0.7.14 (unreleased)
|
||||
---------------------------
|
||||
Version 0.7.14
|
||||
--------------
|
||||
* Updated installation docs (PR #190, thanks @AuHau)
|
||||
* Test against Django 2.0b1
|
||||
* Test against Django 2.0
|
||||
|
||||
|
||||
Version 0.7.13
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -52,7 +52,7 @@ setup(
|
|||
zip_safe=False,
|
||||
install_requires=[
|
||||
'six >=1.2.0',
|
||||
'Django >= 1.7',
|
||||
'Django >= 1.8',
|
||||
'requests >= 2.1.0',
|
||||
'polib >= 1.0.6',
|
||||
'microsofttranslator >= 0.7'
|
||||
|
|
|
|||
3
tox.ini
3
tox.ini
|
|
@ -20,7 +20,7 @@ deps =
|
|||
django19: Django==1.9.4
|
||||
django110: Django==1.10
|
||||
django111: Django==1.11
|
||||
django20: Django==2.0b1
|
||||
django20: Django==2.0
|
||||
|
||||
py27-django{17,18,19,110,111}: python-memcached
|
||||
py36-django{17,18,19,110,111,20}: python3-memcached
|
||||
|
|
@ -33,6 +33,7 @@ deps =
|
|||
vcrpy
|
||||
|
||||
[testenv:gettext]
|
||||
basepython = python3
|
||||
changedir = rosetta/locale/
|
||||
whitelist_externals =
|
||||
msgfmt
|
||||
|
|
|
|||
Loading…
Reference in a new issue