Skip to content

Commit fc539b1

Browse files
authored
DRAFT: django_celery_beat v2.9.0 (#999)
1 parent 19ae830 commit fc539b1

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.8.1
2+
current_version = 2.9.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?

Changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@
77
Next
88
====
99

10+
.. _version-2.9.0:
11+
12+
2.9.0
13+
=====
14+
:release-date: 2026-02-24
15+
:release-by: Asif Saif Uddin (@auvipy)
16+
17+
- Added DeepWiki to README
18+
- refactor: use in operator instead of regex operator in crontab query to fix mssql regression
19+
- refactor: tzaware crontab is due method
20+
- feat: enable translation to PeriodicTaskInline verbose name
21+
- Remove Python2 'next' assignment in scheduler
22+
- Avoid the breaking change in dependency cron_descriptor v2
23+
- GitHub Actions: Test on Python 3.14 release candidate 2
24+
- Remove upper bound on Django version
25+
- Add Django 6.0 support
26+
27+
1028
.. _version-2.8.1:
1129

1230
2.8.1

django_celery_beat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66
from collections import namedtuple
77

8-
__version__ = '2.8.1'
8+
__version__ = '2.9.0'
99
__author__ = 'Asif Saif Uddin, Ask Solem'
1010
__contact__ = 'auvipy@gmail.com, ask@celeryproject.org'
1111
__homepage__ = 'https://github.com/celery/django-celery-beat'

0 commit comments

Comments
 (0)