Master is now 4.0.0b1 and in feature-freeze

This commit is contained in:
Ask Solem 2015-10-29 18:42:10 -07:00
Родитель e38e2ea406
Коммит 884ef24919
4 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -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/