Browse Source

Bumped version to 0.9.0 (new development branch)

Ask Solem 15 năm trước cách đây
mục cha
commit
232f7c166c
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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.8.0
+:Version: 0.9.0
 
 Introduction
 ============

+ 1 - 1
celery/__init__.py

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