فهرست منبع

Bumped version to 0.1.8

Ask Solem 16 سال پیش
والد
کامیت
4ae1f81daf
3فایلهای تغییر یافته به همراه8 افزوده شده و 2 حذف شده
  1. 6 0
      Changelog
  2. 1 1
      README.rst
  3. 1 1
      celery/__init__.py

+ 6 - 0
Changelog

@@ -1,6 +1,12 @@
 ==============
 ==============
 Change history
 Change history
 ==============
 ==============
+0.1.8 :date:`2009-05-07 12:27 P.M CET` :author:askh@opera.com
+
+	* Better test coverage
+	* More documentation
+	* celeryd doesn't emit "Queue is empty" message if
+	  :setting:`CELERYD_EMPTY_MSG_EMIT_EVERY` is 0.
 
 
 0.1.7 :date:`2009-04-30 1:50 P.M CET` :author:askh@opera.com
 0.1.7 :date:`2009-04-30 1:50 P.M CET` :author:askh@opera.com
 
 

+ 1 - 1
README.rst

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

+ 1 - 1
celery/__init__.py

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