Skip to content

Commit 50d4c0b

Browse files
committed
Bump version: 5.3.0rc2 → 5.3.0
1 parent 563a949 commit 50d4c0b

4 files changed

Lines changed: 5 additions & 5 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 = 5.3.0rc2
2+
current_version = 5.3.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z\d]+)?

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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/

celery/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
# Lazy loading
1616
from . 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'
2222
__contact__ = '[email protected]'
2323
__homepage__ = 'https://docs.celeryq.dev/'

docs/includes/introduction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/

0 commit comments

Comments
 (0)