Skip to content

Commit 51fe1f3

Browse files
author
Omer Katz
committed
Bump version: 5.0.0b1 → 5.0.0rc1
1 parent 66f6f1d commit 51fe1f3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.0.0b1
2+
current_version = 5.0.0rc1
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.0.0b1 (cliffs)
5+
:Version: 5.0.0rc1 (cliffs)
66
:Web: http://celeryproject.org/
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.0.0b1 runs on,
60+
Celery version 5.0.0rc1 runs on,
6161

6262
- Python (3.6, 3.7, 3.8)
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.0b1 coming from previous versions then you should read our
92+
new to Celery 5.0.0rc1 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 = 'cliffs'
1919

20-
__version__ = '5.0.0b1'
20+
__version__ = '5.0.0rc1'
2121
__author__ = 'Ask Solem'
2222
__contact__ = '[email protected]'
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.0.0b1 (cliffs)
1+
:Version: 5.0.0rc1 (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)