Explorar o código

Bumped version to 0.8.3 and updated the Changelog

Ask Solem %!s(int64=15) %!d(string=hai) anos
pai
achega
fff1e9193a
Modificáronse 4 ficheiros con 12 adicións e 3 borrados
  1. 9 0
      Changelog
  2. 1 1
      README.rst
  3. 1 1
      celery/__init__.py
  4. 1 1
      docs/introduction.rst

+ 9 - 0
Changelog

@@ -2,6 +2,15 @@
 Change history
 ==============
 
+0.8.3 [2009-12-22 09:43 A.M CEST]
+---------------------------------
+
+* Fixed a possible race condition that could happen when storing/querying
+  task results using the the database backend.
+
+* Now has console script entry points in the setup.py file, so tools like
+  buildout will correctly install the programs celerybin and celeryinit.
+
 0.8.2 [2009-11-20 03:40 P.M CEST]
 ---------------------------------
 

+ 1 - 1
README.rst

@@ -2,7 +2,7 @@
  celery - Distributed Task Queue
 =================================
 
-:Version: 0.8.2
+:Version: 0.8.3
 
 Introduction
 ============

+ 1 - 1
celery/__init__.py

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

+ 1 - 1
docs/introduction.rst

@@ -2,7 +2,7 @@
  celery - Distributed Task Queue
 =================================
 
-:Version: 0.8.1
+:Version: 0.8.3
 
 Introduction
 ============