Skip to content

Commit

Permalink
Fix #355 - Update to Django 4.2 stable (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloxnet authored Apr 4, 2023
1 parent adaf920 commit cad6dcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Changelog
---------

v2.4.1 (unreleased)
v2.4.1 (2023-04-04)
^^^^^^^^^^^^^^^^^^^

- Use furo as documentation theme
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def read(*parts):
'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',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cad6dcb

Please sign in to comment.