浏览代码

Bumped version to 0.3.0 (unstable).

Ask Solem 16 年之前
父节点
当前提交
220500ad0c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      README.rst
  2. 1 1
      celery/__init__.py

+ 1 - 1
README.rst

@@ -2,7 +2,7 @@
 celery - Distributed Task Queue for Django.
 celery - Distributed Task Queue for Django.
 ============================================
 ============================================
 
 
-:Version: 0.2.10
+:Version: 0.3.0
 
 
 Introduction
 Introduction
 ============
 ============

+ 1 - 1
celery/__init__.py

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