Преглед изворни кода

Bumps version to 3.1rc2. master is frozen

Ask Solem пре 11 година
родитељ
комит
be78308d8c
3 измењених фајлова са 9 додато и 2 уклоњено
  1. 7 0
      Changelog
  2. 1 1
      celery/__init__.py
  3. 1 1
      docs/includes/introduction.txt

+ 7 - 0
Changelog

@@ -7,3 +7,10 @@
 This document contains change notes for bugfix releases in the 3.1.x series
 (Cipater), please see :ref:`whatsnew-3.1` for an overview of what's
 new in Celery 3.1.
+
+.. _version-3.0.0:
+
+3.0.0
+=====
+:release-date: TBA
+:state: FROZEN

+ 1 - 1
celery/__init__.py

@@ -8,7 +8,7 @@
 from __future__ import absolute_import
 
 SERIES = 'Cipater'
-VERSION = (3, 1, 0, 'rc1')
+VERSION = (3, 1, 0, 'rc2')
 __version__ = '.'.join(str(p) for p in VERSION[0:3]) + ''.join(VERSION[3:])
 __author__ = 'Ask Solem'
 __contact__ = 'ask@celeryproject.org'

+ 1 - 1
docs/includes/introduction.txt

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