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 = 5.3.0rc2
2+ current_version = 5.3.0
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z\d]+)?
Original file line number Diff line number Diff line change 22
33|build-status | |coverage | |license | |wheel | |semgrep | |pyversion | |pyimp | |ocbackerbadge | |ocsponsorbadge |
44
5- :Version: 5.3.0rc2 (dawn-chorus )
5+ :Version: 5.3.0 (emerald-rush )
66:Web: https://docs.celeryq.dev/en/stable/index.html
77:Download: https://pypi.org/project/celery/
88:Source: https://github.com/celery/celery/
Original file line number Diff line number Diff line change 1515# Lazy loading
1616from . import local
1717
18- SERIES = 'dawn-chorus '
18+ SERIES = 'emerald-rush '
1919
20- __version__ = '5.3.0rc2 '
20+ __version__ = '5.3.0 '
2121__author__ = 'Ask Solem'
22222323__homepage__ = 'https://docs.celeryq.dev/'
Original file line number Diff line number Diff line change 1- :Version: 5.3.0rc2 (dawn-chorus )
1+ :Version: 5.3.0 (emerald-rush )
22:Web: https://docs.celeryq.dev/en/stable/index.html
33:Download: https://pypi.org/project/celery/
44:Source: https://github.com/celery/celery/
You can’t perform that action at this time.
0 commit comments