Browse Source

[dev] Bumps version to 4.0.0rc2

Ask Solem 9 years ago
parent
commit
b915b59189
2 changed files with 2 additions and 2 deletions
  1. 1 1
      celery/__init__.py
  2. 1 1
      docs/includes/introduction.txt

+ 1 - 1
celery/__init__.py

@@ -18,7 +18,7 @@ version_info_t = namedtuple(
 )
 
 SERIES = '0today8'
-VERSION = version_info_t(4, 0, 0, 'rc1', '')
+VERSION = version_info_t(4, 0, 0, 'rc2', '')
 
 __version__ = '{0.major}.{0.minor}.{0.micro}{0.releaselevel}'.format(VERSION)
 __author__ = 'Ask Solem'

+ 1 - 1
docs/includes/introduction.txt

@@ -1,4 +1,4 @@
-:Version: 4.0.0rc1 (0today8)
+:Version: 4.0.0rc2 (0today8)
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: http://github.com/celery/celery/