Skip to content

Commit 11b854a

Browse files
committed
Bump version: 5.3.0 → 5.3.1
1 parent 7073e3b commit 11b854a

4 files changed

Lines changed: 6 additions & 6 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.0
2+
current_version = 5.3.1
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: 3 additions & 3 deletions
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.0 (emerald-rush)
5+
:Version: 5.3.1 (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/
@@ -58,7 +58,7 @@ in such a way that the client enqueues an URL to be requested by a worker.
5858
What do I need?
5959
===============
6060

61-
Celery version 5.3.0 runs on,
61+
Celery version 5.3.1 runs on,
6262

6363
- Python (3.8, 3.9, 3.10, 3.11)
6464
- PyPy3.8+ (v7.3.11+)
@@ -92,7 +92,7 @@ Get Started
9292
===========
9393

9494
If this is the first time you're trying to use Celery, or you're
95-
new to Celery v5.3.0 coming from previous versions then you should read our
95+
new to Celery v5.3.1 coming from previous versions then you should read our
9696
getting started tutorials:
9797

9898
- `First steps with Celery`_

celery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
SERIES = 'emerald-rush'
1919

20-
__version__ = '5.3.0'
20+
__version__ = '5.3.1'
2121
__author__ = 'Ask Solem'
2222
__contact__ = 'auvipy@gmail.com'
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.0 (emerald-rush)
1+
:Version: 5.3.1 (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)