Jelajahi Sumber

BUmped version to 0.9.3

Ask Solem 15 tahun lalu
induk
melakukan
cdd113cef3
3 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 1 1
      README.rst
  2. 1 1
      celery/__init__.py
  3. 1 1
      docs/introduction.rst

+ 1 - 1
README.rst

@@ -2,7 +2,7 @@
  celery - Distributed Task Queue
 =================================
 
-:Version: 0.9.2
+:Version: 0.9.3
 
 Introduction
 ============

+ 1 - 1
celery/__init__.py

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

+ 1 - 1
docs/introduction.rst

@@ -2,7 +2,7 @@
  celery - Distributed Task Queue
 =================================
 
-:Version: 0.9.2
+:Version: 0.9.3
 
 Introduction
 ============