Fix #355 - Update to Django 4.2 stable (#356)

This commit is contained in:
Paolo Melchiorre 2023-04-04 12:56:38 +02:00 committed by GitHub
parent adaf92085f
commit cad6dcb7f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@
Changelog
---------
v2.4.1 (unreleased)
v2.4.1 (2023-04-04)
^^^^^^^^^^^^^^^^^^^
- Use furo as documentation theme

View file

@ -52,6 +52,7 @@ setup(
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'Framework :: Django :: 4.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',

View file

@ -31,7 +31,7 @@ deps =
dj32: django~=3.2.9
dj40: django~=4.0.0
dj41: django~=4.1.3
dj42: django~=4.2.0a1
dj42: django~=4.2.0
djmain: https://github.com/django/django/archive/main.tar.gz
coverage
coverage_enable_subprocess