Skip to content

Commit

Permalink
Bump version: 5.2.0b2 → 5.2.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Katz committed Sep 2, 2021
1 parent 5c47c1f commit 917088f
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.2.0b2
current_version = 5.2.0b3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z\d]+)?
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

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

:Version: 5.2.0b2 (dawn-chorus)
:Version: 5.2.0b3 (dawn-chorus)
:Web: https://docs.celeryproject.org/en/stable/index.html
:Download: https://pypi.org/project/celery/
: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.
What do I need?
===============

Celery version 5.2.0b2 runs on,
Celery version 5.2.0b3 runs on,

- Python (3.7, 3.8, 3.9)
- PyPy3.7 (7.3+)
@@ -90,7 +90,7 @@ Get Started
===========

If this is the first time you're trying to use Celery, or you're
new to Celery 5.0.5 or 5.2.0b2 coming from previous versions then you should read our
new to Celery 5.0.5 or 5.2.0b3 coming from previous versions then you should read our
getting started tutorials:

- `First steps with Celery`_
2 changes: 1 addition & 1 deletion celery/__init__.py
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@

SERIES = 'dawn-chorus'

__version__ = '5.2.0b2'
__version__ = '5.2.0b3'
__author__ = 'Ask Solem'
__contact__ = '[email protected]'
__homepage__ = 'http://celeryproject.org'
2 changes: 1 addition & 1 deletion docs/includes/introduction.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:Version: 5.2.0b2 (cliffs)
:Version: 5.2.0b3 (cliffs)
:Web: http://celeryproject.org/
:Download: https://pypi.org/project/celery/
:Source: https://github.com/celery/celery/

0 comments on commit 917088f

Please sign in to comment.