Minor updates.

This commit is contained in:
Jannis Leidel 2020-11-26 10:00:51 +01:00
parent ff95d54a26
commit 28b6e4cb59
No known key found for this signature in database
GPG key ID: C795956FB489DCA9
2 changed files with 9 additions and 0 deletions

View file

@ -58,6 +58,13 @@ html version using the setup.py::
Changelog:
==========
0.15 (unreleased):
------------------
* Moved CI to GitHub Actions.
* Add Django 3.0 and 3.1 support.
* Add Python 3.6 and 3.8 support.
0.14 (2020-02-07):
------------------

View file

@ -30,7 +30,9 @@ setup(
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Framework :: Django",
],
install_requires=["django"],