Release v3.6.0

This commit is contained in:
Anthony Sottile 2018-10-23 20:39:10 -07:00
parent 0115fedbde
commit b6bd3a8ddd
5 changed files with 122 additions and 3 deletions

View file

@ -83,9 +83,9 @@ Before releasing, the following tox test environments must pass:
- Python 2.7 (a.k.a., ``tox -e py27``)
- Python 3.4 (a.k.a., ``tox -e py34``)
- Python 3.6 (a.k.a., ``tox -e py36``)
- Python 3.5 (a.k.a., ``tox -e py35``)
- Python 3.7 (a.k.a., ``tox -e py37``)
- PyPy (a.k.a., ``tox -e pypy``)