Browse Source

Master branch is now 3.2a1

Ask Solem 11 years ago
parent
commit
61906fdde3
3 changed files with 4 additions and 4 deletions
  1. 1 1
      README.rst
  2. 2 2
      celery/__init__.py
  3. 1 1
      docs/includes/introduction.txt

+ 1 - 1
README.rst

@@ -4,7 +4,7 @@
 
 .. image:: http://cloud.github.com/downloads/celery/celery/celery_128.png
 
-:Version: 3.1.10 (Cipater)
+:Version: 3.2.0a1 (Cipater)
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: http://github.com/celery/celery/

+ 2 - 2
celery/__init__.py

@@ -13,8 +13,8 @@ version_info_t = namedtuple(
     'version_info_t', ('major', 'minor', 'micro', 'releaselevel', 'serial'),
 )
 
-SERIES = 'Cipater'
-VERSION = version_info_t(3, 1, 10, '', '')
+SERIES = 'DEV'
+VERSION = version_info_t(3, 2, 0, 'a1', '')
 __version__ = '{0.major}.{0.minor}.{0.micro}{0.releaselevel}'.format(VERSION)
 __author__ = 'Ask Solem'
 __contact__ = 'ask@celeryproject.org'

+ 1 - 1
docs/includes/introduction.txt

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