Skip to content

Commit d814df2

Browse files
committed
Bumps version to 3.1.14
1 parent 728a152 commit d814df2

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

Changelog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ new in Celery 3.1.
1212

1313
3.1.14
1414
======
15+
:release-date: 2014-09-08 03:00 P.M UTC
16+
:release-by: Ask Solem
1517

1618
- **Requirements**
1719

@@ -333,7 +335,7 @@ News
333335
Celery), so if you do enable it then make sure you do so on all
334336
nodes.
335337

336-
See :ref:`redis-caveats-fanout-patterns`.
338+
See :ref:`redis-caveats`.
337339

338340
This will be the default in Celery 3.2.
339341

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
.. image:: http://cloud.github.com/downloads/celery/celery/celery_128.png
66

7-
:Version: 3.1.13 (Cipater)
7+
:Version: 3.1.14 (Cipater)
88
:Web: http://celeryproject.org/
99
:Download: http://pypi.python.org/pypi/celery/
1010
:Source: http://github.com/celery/celery/

celery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
)
1515

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

docs/includes/introduction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:Version: 3.1.13 (Cipater)
1+
:Version: 3.1.14 (Cipater)
22
:Web: http://celeryproject.org/
33
:Download: http://pypi.python.org/pypi/celery/
44
:Source: http://github.com/celery/celery/

docs/whatsnew-3.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ so I cannot recommend them for production use.
7676
The next version of Celery 3.2 will focus on performance and removing
7777
rarely used parts of the library. Work has also started on a new message
7878
protocol, supporting multiple languages and more. The initial draft can
79-
be found :ref:`here <message-protocol-task-v2`.
79+
be found :ref:`here <protov2draft>`.
8080

8181
This has probably been the hardest release I've worked on, so no
8282
introduction to this changelog would be complete without a massive

0 commit comments

Comments
 (0)