File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.0.0b1
2+ current_version = 5.0.0rc1
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z\d]+)?
Original file line number Diff line number Diff line change 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.
5757What 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
9191If 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
9393getting started tutorials:
9494
9595- `First steps with Celery `_
Original file line number Diff line number Diff line change 1717
1818SERIES = 'cliffs'
1919
20- __version__ = '5.0.0b1 '
20+ __version__ = '5.0.0rc1 '
2121__author__ = 'Ask Solem'
22222323__homepage__ = 'http://celeryproject.org'
Original file line number Diff line number Diff line change 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/
You can’t perform that action at this time.
0 commit comments