Version 5.31.0

This commit is contained in:
Aleksi Häkli 2022-01-09 13:22:14 +02:00 committed by GitHub
parent 414c972738
commit bafd8263f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,9 +3,25 @@ Changes
=======
5.31.0 (2022-01-08)
-------------------
- Adjust version specifiers for newer Python and other package versions.
Set package minimum Python version to 3.7.
Relax ``django-ipware`` version requirements to allow newer versions.
[aleksihakli]
5.30.0 (2022-01-08)
-------------------
- Fix package build error in 5.29.0 to allow publishing.
[aleksihakli]
5.29.0 (2022-01-08)
-------------------
- Drop Python 3.6 support.
[aleksihakli]