Browse Source

Bumps version to 3.1.19

Ask Solem 9 years ago
parent
commit
78d8b00e8b
4 changed files with 4 additions and 6 deletions
  1. 1 1
      Changelog
  2. 1 3
      README.rst
  3. 1 1
      celery/__init__.py
  4. 1 1
      docs/includes/introduction.txt

+ 1 - 1
Changelog

@@ -12,7 +12,7 @@ new in Celery 3.1.
 
 3.1.19
 ======
-:release-date: TBA
+:release-date: 2015-10-26 01:00 P.M UTC
 :release-by: Ask Solem
 
 - **Requirements**

+ 1 - 3
README.rst

@@ -4,7 +4,7 @@
 
 .. image:: http://cloud.github.com/downloads/celery/celery/celery_128.png
 
-:Version: 3.1.18 (Cipater)
+:Version: 3.1.19 (Cipater)
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: http://github.com/celery/celery/
@@ -425,5 +425,3 @@ file in the top distribution directory for the full license text.
     :alt: Bitdeli badge
     :target: https://bitdeli.com/free
 
-.. |coverage-status| image:: https://codecov.io/gh/celery/celery/badge.svg
-   :target: https://codecov.io/gh/celery/celery

+ 1 - 1
celery/__init__.py

@@ -17,7 +17,7 @@ version_info_t = namedtuple(
 )
 
 SERIES = 'Cipater'
-VERSION = version_info_t(3, 1, 18, '', '')
+VERSION = version_info_t(3, 1, 19, '', '')
 __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.18 (Cipater)
+:Version: 3.1.19 (Cipater)
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: http://github.com/celery/celery/