Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release v2.6.0 to support Py3.12 and Dj5.0 #712

Merged
merged 3 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,27 @@

Next
====
- Formally support Python 3.12.


2.6.0
=====
:release-date: !!! FIX_ME !!!
:release-by: !!! FIX_ME !!!
cclauss marked this conversation as resolved.
Show resolved Hide resolved

- 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