Changelog for #210, and test with Python3.7

This commit is contained in:
Marco Bonetti 2018-11-15 17:39:51 +01:00
parent 4c17dd805f
commit 710da65f04
2 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@ Version History
Version 0.9.1 (unreleased)
--------------------------
* Removed old compatibility code for Django < 1.11 (#205, thanks @claudep)
* Allow overriding rosetta login url (#210, thanks @izimobil)
Version 0.9.0

View file

@ -3,6 +3,7 @@ envlist =
flake8,
{py27,py36}-django111,
py36-django{20,21},
py37-django{20,21},
gettext,docs
skipsdist = True
@ -23,6 +24,7 @@ deps =
py27-django{17,18,19,110,111}: python-memcached
py36-django{17,18,19,110,111,20,21}: python3-memcached
py37-django{20,21}: python3-memcached
# py27-django18: pudb
requests
polib>=1.1.0