Explorar o código

Bumped version to 0.9.1

Ask Solem %!s(int64=15) %!d(string=hai) anos
pai
achega
edca5d20df
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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.9.0
+:Version: 0.9.1
 
 Introduction
 ============

+ 1 - 1
celery/__init__.py

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