Browse Source

Bumps version to 3.0.4

Ask Solem 12 years ago
parent
commit
2a6bdbb189
2 changed files with 2 additions and 2 deletions
  1. 1 1
      celery/__init__.py
  2. 1 1
      docs/includes/introduction.txt

+ 1 - 1
celery/__init__.py

@@ -8,7 +8,7 @@
 from __future__ import absolute_import
 
 SERIES = 'Chiastic Slide'
-VERSION = (3, 0, 3)
+VERSION = (3, 0, 4)
 __version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:])
 __author__ = 'Ask Solem'
 __contact__ = 'ask@celeryproject.org'

+ 1 - 1
docs/includes/introduction.txt

@@ -1,4 +1,4 @@
-:Version: 3.0.3 (Chiastic Slide)
+:Version: 3.0.4 (Chiastic Slide)
 :Web: http://celeryproject.org/
 :Download: http://pypi.python.org/pypi/celery/
 :Source: http://github.com/celery/celery/