Browse Source

Bump version: 4.0.0 → 4.0.1

Ask Solem 8 years ago
parent
commit
56ff9caaf3
4 changed files with 8 additions and 7 deletions
  1. 5 4
      .bumpversion.cfg
  2. 1 1
      README.rst
  3. 1 1
      celery/__init__.py
  4. 1 1
      docs/includes/introduction.txt

+ 5 - 4
.bumpversion.cfg

@@ -1,14 +1,15 @@
 [bumpversion]
-current_version = 4.0.0
+current_version = 4.0.1
 commit = True
 tag = True
 parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
-serialize =
-    {major}.{minor}.{patch}{releaselevel}
-    {major}.{minor}.{patch}
+serialize = 
+	{major}.{minor}.{patch}{releaselevel}
+	{major}.{minor}.{patch}
 
 [bumpversion:file:celery/__init__.py]
 
 [bumpversion:file:docs/includes/introduction.txt]
 
 [bumpversion:file:README.rst]
+

+ 1 - 1
README.rst

@@ -2,7 +2,7 @@
 
 |build-status| |license| |wheel| |pyversion| |pyimp|
 
-:Version: 4.0.0 (latentcall)
+:Version: 4.0.1 (latentcall)
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: https://github.com/celery/celery/

+ 1 - 1
celery/__init__.py

@@ -14,7 +14,7 @@ from collections import namedtuple
 
 SERIES = 'latentcall'
 
-__version__ = '4.0.0'
+__version__ = '4.0.1'
 __author__ = 'Ask Solem'
 __contact__ = 'ask@celeryproject.org'
 __homepage__ = 'http://celeryproject.org'

+ 1 - 1
docs/includes/introduction.txt

@@ -1,4 +1,4 @@
-:Version: 4.0.0 (latentcall)
+:Version: 4.0.1 (latentcall)
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: https://github.com/celery/celery/