Browse Source

Bumps version to 3.1.14

Ask Solem 11 years ago
parent
commit
d814df288c
5 changed files with 7 additions and 5 deletions
  1. 3 1
      Changelog
  2. 1 1
      README.rst
  3. 1 1
      celery/__init__.py
  4. 1 1
      docs/includes/introduction.txt
  5. 1 1
      docs/whatsnew-3.1.rst

+ 3 - 1
Changelog

@@ -12,6 +12,8 @@ new in Celery 3.1.
 
 
 3.1.14
 3.1.14
 ======
 ======
+:release-date: 2014-09-08 03:00 P.M UTC
+:release-by: Ask Solem
 
 
 - **Requirements**
 - **Requirements**
 
 
@@ -333,7 +335,7 @@ News
     Celery), so if you do enable it then make sure you do so on all
     Celery), so if you do enable it then make sure you do so on all
     nodes.
     nodes.
 
 
-    See :ref:`redis-caveats-fanout-patterns`.
+    See :ref:`redis-caveats`.
 
 
     This will be the default in Celery 3.2.
     This will be the default in Celery 3.2.
 
 

+ 1 - 1
README.rst

@@ -4,7 +4,7 @@
 
 
 .. image:: http://cloud.github.com/downloads/celery/celery/celery_128.png
 .. image:: http://cloud.github.com/downloads/celery/celery/celery_128.png
 
 
-:Version: 3.1.13 (Cipater)
+:Version: 3.1.14 (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
celery/__init__.py

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

+ 1 - 1
docs/includes/introduction.txt

@@ -1,4 +1,4 @@
-:Version: 3.1.13 (Cipater)
+:Version: 3.1.14 (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

@@ -76,7 +76,7 @@ so I cannot recommend them for production use.
 The next version of Celery 3.2 will focus on performance and removing
 The next version of Celery 3.2 will focus on performance and removing
 rarely used parts of the library.  Work has also started on a new message
 rarely used parts of the library.  Work has also started on a new message
 protocol, supporting multiple languages and more.  The initial draft can
 protocol, supporting multiple languages and more.  The initial draft can
-be found :ref:`here <message-protocol-task-v2`.
+be found :ref:`here <protov2draft>`.
 
 
 This has probably been the hardest release I've worked on, so no
 This has probably been the hardest release I've worked on, so no
 introduction to this changelog would be complete without a massive
 introduction to this changelog would be complete without a massive