Browse Source

Bumped version to 0.7.99 (0.8.0-pre1)

Ask Solem 15 years ago
parent
commit
71c65c6614
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.rst
  2. 1 1
      celery/__init__.py

+ 1 - 1
README.rst

@@ -2,7 +2,7 @@
  celery - Distributed Task Queue
 =================================
 
-:Version: 0.7.0
+:Version: 0.7.99
 
 Introduction
 ============

+ 1 - 1
celery/__init__.py

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