Explorar o código

Bumped version to 0.1.11

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

+ 5 - 0
Changelog

@@ -2,6 +2,11 @@
 Change history
 ==============
 
+0.1.11 :date:`2009-05-12 14:08 P.M CET` :author:askh@opera.com
+
+	* The logging system was leaking file descriptors, resulting in servers
+	stopping with the EMFILES (too many open files) error. (fixed)
+
 0.1.10 :date:`2009-05-11 12:46 P.M CET` :author:askh@opera.com
 
 	* Tasks now supports both positional arguments and keyword arguments.

+ 1 - 1
README.rst

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

+ 1 - 1
celery/__init__.py

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