Skip to content

Commit c7f2a8b

Browse files
author
Omer Katz
committed
Bump version: 4.1.0 → 4.2.0rc1
1 parent 1fe2b48 commit c7f2a8b

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[bumpversion]
2-
current_version = 4.1.0
2+
current_version = 4.2.0rc1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z\d]+)?
6-
serialize =
6+
serialize =
77
{major}.{minor}.{patch}{releaselevel}
88
{major}.{minor}.{patch}
99

@@ -12,3 +12,4 @@ serialize =
1212
[bumpversion:file:docs/includes/introduction.txt]
1313

1414
[bumpversion:file:README.rst]
15+

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: 4.1.0 (latentcall)
5+
:Version: 4.2.0rc1 (latentcall)
66
:Web: http://celeryproject.org/
77
:Download: https://pypi.python.org/pypi/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
@@ -14,7 +14,7 @@
1414

1515
SERIES = 'windowlicker'
1616

17-
__version__ = '4.1.0'
17+
__version__ = '4.2.0rc1'
1818
__author__ = 'Ask Solem'
1919
__contact__ = '[email protected]'
2020
__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: 4.1.0 (latentcall)
1+
:Version: 4.2.0rc1 (latentcall)
22
:Web: http://celeryproject.org/
33
:Download: https://pypi.python.org/pypi/celery/
44
:Source: https://github.com/celery/celery/

0 commit comments

Comments
 (0)