Procházet zdrojové kódy

Bumps version to 2.5.0a1

Ask Solem před 13 roky
rodič
revize
7006467dd2
4 změnil soubory, kde provedl 10 přidání a 3 odebrání
  1. 7 0
      Changelog
  2. 1 1
      README.rst
  3. 1 1
      celery/__init__.py
  4. 1 1
      docs/includes/introduction.txt

+ 7 - 0
Changelog

@@ -5,6 +5,13 @@
 .. contents::
     :local:
 
+.. _version-2.5.0
+
+2.5.0
+=====
+:status: DEVELOPMENT
+:branch: master
+
 .. _version-2.4.2:
 
 2.4.2

+ 1 - 1
README.rst

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

+ 1 - 1
celery/__init__.py

@@ -8,7 +8,7 @@ from __future__ import absolute_import
 import os
 import sys
 
-VERSION = (2, 4, 2)
+VERSION = (2, 5, 0, "a1")
 
 __version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
 __author__ = "Ask Solem"

+ 1 - 1
docs/includes/introduction.txt

@@ -1,4 +1,4 @@
-:Version: 2.4.2
+:Version: 2.5.0a1
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: http://github.com/ask/celery/