8000 Bump version: 5.2.0 → 5.2.1 · celery/celery@d32356c · GitHub
[go: up one dir, main page]

Skip to content

Commit d32356c

Browse files
committed
Bump version: 5.2.0 → 5.2.1
1 parent 6842a78 commit d32356c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.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.2.0
2+
current_version = 5.2.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp| |ocbackerbadge| |ocsponsorbadge|
44

5-
:Version: 5.2.0 (dawn-chorus)
5+
:Version: 5.2.1 (dawn-chorus)
66
:Web: https://docs.celeryproject.org/en/stable/index.html
77
:Download: https://pypi.org/project/celery/
88
:Source: https://github.com/celery/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 = 'dawn-chorus'
1919

20-
__version__ = '5.2.0'
20+
__version__ = '5.2.1'
2121
__author__ = 'Ask Solem'
2222
__contact__ = 'auvipy@gmail.com'
2323
__homepage__ = 'http://celeryproject.org'

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.2.0 (cliffs)
1+
:Version: 5.2.1 (cliffs)
22
:Web: http://celeryproject.org/
33
:Download: https://pypi.org/project/celery/
44
:Source: https://github.com/celery/celery/

0 commit comments

Comments
 (0)
0