Add classifiers & changelog entry

This commit is contained in:
jelmert 2024-09-05 17:12:03 +02:00
parent 6b86747e5a
commit 1ec54667a1
2 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,10 @@
Changelog
=========
To be released
------------------
- Add support for `Python 3.12` (GH-#628)
5.0.0 (2024-09-01)
------------------
- Add formal support for `Django 5.1`

View file

@ -44,6 +44,7 @@ setup(
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Framework :: Django',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',