Browse Source

Bumped version to 1.0.1-pre2

Ask Solem 15 years ago
parent
commit
da875ecab9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      celery/__init__.py
  2. 1 1
      docs/includes/introduction.txt

+ 1 - 1
celery/__init__.py

@@ -1,6 +1,6 @@
 """Distributed Task Queue"""
 
-VERSION = (1, 0, 1, "pre1")
+VERSION = (1, 0, 1, "pre2")
 
 __version__ = ".".join(map(str, VERSION))
 __author__ = "Ask Solem"

+ 1 - 1
docs/includes/introduction.txt

@@ -1,6 +1,6 @@
 .. image:: http://cloud.github.com/downloads/ask/celery/celery_favicon_128.png
 
-:Version: 1.0.1-pre1
+:Version: 1.0.1-pre2
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: http://github.com/ask/celery/