Prechádzať zdrojové kódy

2.6.0 Release Candidate 1

Ask Solem 13 rokov pred
rodič
commit
57f5bf9fa3
4 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 1 1
      Changelog
  2. 1 1
      README.rst
  3. 1 1
      celery/__init__.py
  4. 1 1
      docs/includes/introduction.txt

+ 1 - 1
Changelog

@@ -9,7 +9,7 @@
 
 
 2.6.0
 2.6.0
 =====
 =====
-:status: DEVELOPMENT
+:status: FROZEN
 :branch: master
 :branch: master
 
 
 See :ref:`whatsnew-2.6`.
 See :ref:`whatsnew-2.6`.

+ 1 - 1
README.rst

@@ -4,7 +4,7 @@
 
 
 .. image:: http://cloud.github.com/downloads/ask/celery/celery_128.png
 .. image:: http://cloud.github.com/downloads/ask/celery/celery_128.png
 
 
-:Version: 2.6.0a3
+:Version: 2.6.0rc1
 :Web: http://celeryproject.org/
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: http://github.com/ask/celery/
 :Source: http://github.com/ask/celery/

+ 1 - 1
celery/__init__.py

@@ -5,7 +5,7 @@
 
 
 from __future__ import absolute_import
 from __future__ import absolute_import
 
 
-VERSION = (2, 6, 0, "a3")
+VERSION = (2, 6, 0, "rc1")
 __version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
 __version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
 __author__ = "Ask Solem"
 __author__ = "Ask Solem"
 __contact__ = "ask@celeryproject.org"
 __contact__ = "ask@celeryproject.org"

+ 1 - 1
docs/includes/introduction.txt

@@ -1,4 +1,4 @@
-:Version: 2.6.0a3
+:Version: 2.6.0rc1
 :Web: http://celeryproject.org/
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: http://github.com/ask/celery/
 :Source: http://github.com/ask/celery/