Skip to content

Commit

Permalink
Bumps version to 3.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Sep 8, 2014
1 parent 728a152 commit d814df2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ new in Celery 3.1.

3.1.14
======
:release-date: 2014-09-08 03:00 P.M UTC
:release-by: Ask Solem

- **Requirements**

Expand Down Expand Up @@ -333,7 +335,7 @@ News
Celery), so if you do enable it then make sure you do so on all
nodes.

See :ref:`redis-caveats-fanout-patterns`.
See :ref:`redis-caveats`.

This will be the default in Celery 3.2.

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.. 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/
:Download: http://pypi.python.org/pypi/celery/
:Source: http://github.com/celery/celery/
Expand Down
2 changes: 1 addition & 1 deletion celery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
)

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)
__author__ = 'Ask Solem'
__contact__ = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/introduction.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:Version: 3.1.13 (Cipater)
:Version: 3.1.14 (Cipater)
:Web: http://celeryproject.org/
:Download: http://pypi.python.org/pypi/celery/
:Source: http://github.com/celery/celery/
Expand Down
2 changes: 1 addition & 1 deletion docs/whatsnew-3.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
rarely used parts of the library. Work has also started on a new message
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
introduction to this changelog would be complete without a massive
Expand Down

0 comments on commit d814df2

Please sign in to comment.