浏览代码

3.1 release name is now Cipater

Ask Solem 12 年之前
父节点
当前提交
06efa2c8af
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      celery/__init__.py
  2. 1 1
      docs/includes/introduction.txt
  3. 1 1
      docs/whatsnew-3.1.rst

+ 1 - 1
celery/__init__.py

@@ -7,7 +7,7 @@
 
 
 from __future__ import absolute_import
 from __future__ import absolute_import
 
 
-SERIES = 'DEVEL'
+SERIES = 'Cipater'
 VERSION = (3, 1, 0, 'b1')
 VERSION = (3, 1, 0, 'b1')
 __version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:])
 __version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:])
 __author__ = 'Ask Solem'
 __author__ = 'Ask Solem'

+ 1 - 1
docs/includes/introduction.txt

@@ -1,4 +1,4 @@
-:Version: 3.1.0b1 (DEVEL)
+:Version: 3.1.0b1 (Cipater)
 :Web: http://celeryproject.org/
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: http://github.com/celery/celery/
 :Source: http://github.com/celery/celery/

+ 1 - 1
docs/whatsnew-3.1.rst

@@ -1,7 +1,7 @@
 .. _whatsnew-3.1:
 .. _whatsnew-3.1:
 
 
 ===========================================
 ===========================================
- What's new in Celery 3.1 (NICKNAME)
+ What's new in Celery 3.1 (Cipater)
 ===========================================
 ===========================================
 
 
 Celery is a simple, flexible and reliable distributed system to
 Celery is a simple, flexible and reliable distributed system to