Browse Source

Master is now 4.0.0b1 and in feature-freeze

Ask Solem 9 years ago
parent
commit
884ef24919
4 changed files with 6 additions and 4 deletions
  1. 3 1
      Changelog
  2. 1 1
      README.rst
  3. 1 1
      celery/__init__.py
  4. 1 1
      docs/includes/introduction.txt

+ 3 - 1
Changelog

@@ -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`.

+ 1 - 1
README.rst

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

+ 1 - 1
celery/__init__.py

@@ -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 - 1
docs/includes/introduction.txt

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