Ask Solem пре 8 година
родитељ
комит
99b8c930c6
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| |license| |wheel| |pyversion| |pyimp|
 
-:Version: 4.0.0rc5 (0today8)
+:Version: 4.0.0rc6 (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.0rc5'
+__version__ = '4.0.0rc6'
 __author__ = 'Ask Solem'
 __contact__ = 'ask@celeryproject.org'
 __homepage__ = 'http://celeryproject.org'

+ 1 - 1
docs/includes/introduction.txt

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