Pyformat and changelog fixes.

This commit is contained in:
Martin Mahner 2019-05-16 10:49:58 +02:00
parent a6c4d8f6ba
commit 2666c90400
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
Changelog
=========
3.1 (master)
------------
3.1 (2019-05-16)
----------------
- Django 2.1 support and tests.
- Django 2.2 support and tests.

View file

@ -27,7 +27,7 @@ classifiers =
packages = find:
include_package_data = True
zip_safe = False
python_requires = '>=3.4'
python_requires = >=3.4
install_requires =
# Essential packages
six