Skip to content

Commit

Permalink
Prepare for release v2.6.0 to support Py3.12 and Dj5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jan 10, 2024
1 parent 4d3d740 commit 35a3f5d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
21 changes: 20 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,26 @@

Next
====
- Formally support Python 3.12.


2.6.0
=====
release-date: !!! FIX_ME !!!
:release-by: !!! FIX_ME !!!
- Formally support Python 3.12. (#690)
- Avoid crash when can not get human readable description (#648)
- Update codeql-analysis.yml (#653)
- Celery Beat scheduled tasks may be executed repeatedly (#660)
- Drop Django 4.0 from CI to avoid security issues (#662)
- Change assert self.app.timezone.zone to assert self.app.timezone.key (#664)
- README.rst: Use git instead of zipfile for installing from Github (#670)
- Update supported Python & Django version in setup.py (#672)
- Update runtime.txt to include Django 5.0 (#681)
- README.rst: Crontab effect description (#689)
- Replace case.patching fixture with mockeypatch + MagicMock (#692)
- Upgrade GitHub Actions and PyPy 3.10 and Django 5.0 (#699, #705)
- Django v5.0: django.utils.timezone.utc alias --> datetime.timezone.utc (#703)


.. _version-2.5.0:

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def _pyimp():
Framework :: Django :: 3.2
Framework :: Django :: 4.1
Framework :: Django :: 4.2
Framework :: Django :: 5.0
Operating System :: OS Independent
Topic :: Communications
Topic :: System :: Distributed Computing
Expand Down

0 comments on commit 35a3f5d

Please sign in to comment.