Jelajahi Sumber

Bumped version to 2.2.0a5

Ask Solem 14 tahun lalu
induk
melakukan
402873f572
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      README.rst
  2. 1 1
      celery/__init__.py

+ 1 - 1
README.rst

@@ -4,7 +4,7 @@
 
 .. image:: http://cloud.github.com/downloads/ask/celery/celery_favicon_128.png
 
-:Version: 2.2.0a4
+:Version: 2.2.0a5
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: http://github.com/ask/celery/

+ 1 - 1
celery/__init__.py

@@ -1,7 +1,7 @@
 """Distributed Task Queue"""
 import os
 
-VERSION = (2, 2, 0, "a4")
+VERSION = (2, 2, 0, "a5")
 
 __version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
 __author__ = "Ask Solem"