Explorar o código

0.2.0 final release, updated changelog.

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

+ 10 - 0
Changelog

@@ -2,6 +2,16 @@
 Change history
 ==============
 
+0.2.0 [2009-05-20 05:14 P.M CET] askh@opera.com
+------------------------------------------------
+
+	* Final release of 0.2.0
+
+	* Compatible with carrot version 0.4.0.
+
+	* Fixes some syntax errors related to fetching results
+	  from the database backend.
+
 0.2.0-pre3 [2009-05-20 05:14 P.M CET] askh@opera.com
 ----------------------------------------------------
 

+ 1 - 1
README.rst

@@ -4,7 +4,7 @@ celery - Distributed Task Queue for Django.
 
 :Authors:
     Ask Solem (askh@opera.com)
-:Version: 0.2.0-pre3
+:Version: 0.2.0
 
 Introduction
 ============

+ 1 - 1
celery/__init__.py

@@ -1,5 +1,5 @@
 """Distributed Task Queue for Django"""
-VERSION = (0, 2, "0-pre3")
+VERSION = (0, 2, 0)
 __version__ = ".".join(map(str, VERSION))
 __author__ = "Ask Solem"
 __contact__ = "askh@opera.com"