0.7.14 final

This commit is contained in:
Marco Bonetti 2017-12-02 18:21:17 +01:00
parent ff283491aa
commit 1ae24a13a1
3 changed files with 6 additions and 5 deletions

View file

@ -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

View file

@ -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'

View file

@ -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