File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.8.1
2+ current_version = 2.9.0
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
Original file line number Diff line number Diff line change 77Next
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
12302.8.1
Original file line number Diff line number Diff line change 55import re
66from 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'
You can’t perform that action at this time.
0 commit comments