Skip to content

Commit 2ac3310

Browse files
committed
Bump version: 5.2.0b1 → 5.2.0b2
1 parent 12f68d9 commit 2ac3310

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.2.0b1
2+
current_version = 5.2.0b2
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| |pyversion| |pyimp| |ocbackerbadge| |ocsponsorbadge|
44

5-
:Version: 5.2.0b1 (dawn-chorus)
5+
:Version: 5.2.0b2 (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/
@@ -57,7 +57,7 @@ in such a way that the client enqueues an URL to be requested by a worker.
5757
What do I need?
5858
===============
5959

60-
Celery version 5.2.0b1 runs on,
60+
Celery version 5.2.0b2 runs on,
6161

6262
- Python (3.6, 3.7, 3.8, 3.9)
6363
- PyPy3.6 (7.6)
@@ -89,7 +89,7 @@ Get Started
8989
===========
9090

9191
If this is the first time you're trying to use Celery, or you're
92-
new to Celery 5.0.5 or 5.2.0b1 coming from previous versions then you should read our
92+
new to Celery 5.0.5 or 5.2.0b2 coming from previous versions then you should read our
9393
getting started tutorials:
9494

9595
- `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 = 'dawn-chorus'
1919

20-
__version__ = '5.2.0b1'
20+
__version__ = '5.2.0b2'
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.0b1 (cliffs)
1+
:Version: 5.2.0b2 (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)