ソースを参照

Bumps version to 4.0.0rc3

Ask Solem 8 年 前
コミット
748b2baa02
3 ファイル変更3 行追加3 行削除
  1. 1 1
      README.rst
  2. 1 1
      celery/__init__.py
  3. 1 1
      docs/includes/introduction.txt

+ 1 - 1
README.rst

@@ -6,7 +6,7 @@
 
 |build-status| |coverage| |bitdeli|
 
-:Version: 4.0.0rc2 (0today8)
+:Version: 4.0.0rc3 (0today8)
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: https://github.com/celery/celery/

+ 1 - 1
celery/__init__.py

@@ -16,7 +16,7 @@ from collections import namedtuple
 
 SERIES = '0today8'
 
-__version__ = '4.0.0rc2'
+__version__ = '4.0.0rc3'
 __author__ = 'Ask Solem'
 __contact__ = 'ask@celeryproject.org'
 __homepage__ = 'http://celeryproject.org'

+ 1 - 1
docs/includes/introduction.txt

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