Master is now 4.0.0b1 and in feature-freeze
This commit is contained in:
Родитель
e38e2ea406
Коммит
884ef24919
|
@ -11,8 +11,10 @@ an overview of what's new in Celery 4.0.
|
|||
.. _version-4.0.0:
|
||||
|
||||
4.0.0
|
||||
=======
|
||||
=====
|
||||
:release-date: TBA
|
||||
:status: *FROZEN*
|
||||
:branch: master
|
||||
:release-by:
|
||||
|
||||
See :ref:`whatsnew-4.0`.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
.. image:: http://cloud.github.com/downloads/celery/celery/celery_128.png
|
||||
|
||||
:Version: 4.0.0a1 (0today8)
|
||||
:Version: 4.0.0b1 (0today8)
|
||||
:Web: http://celeryproject.org/
|
||||
:Download: http://pypi.python.org/pypi/celery/
|
||||
:Source: http://github.com/celery/celery/
|
||||
|
|
|
@ -18,7 +18,7 @@ version_info_t = namedtuple(
|
|||
)
|
||||
|
||||
SERIES = '0today8'
|
||||
VERSION = version_info_t(4, 0, 0, 'a1', '')
|
||||
VERSION = version_info_t(4, 0, 0, 'b1', '')
|
||||
|
||||
__version__ = '{0.major}.{0.minor}.{0.micro}{0.releaselevel}'.format(VERSION)
|
||||
__author__ = 'Ask Solem'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
:Version: 4.0.0a1 (0today8)
|
||||
:Version: 4.0.0b1 (0today8)
|
||||
:Web: http://celeryproject.org/
|
||||
:Download: http://pypi.python.org/pypi/celery/
|
||||
:Source: http://github.com/celery/celery/
|
||||
|
|
Загрузка…
Ссылка в новой задаче