Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cca315f

Browse files
committed
Bumps version to 3.0.11
1 parent e3acfae commit cca315f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.0.10
7+
:Version: 3.0.11
88
:Web: http://celeryproject.org/
99
:Download: http://pypi.python.org/pypi/django-celery/
1010
:Source: http://github.com/celery/django-celery/

djcelery/__init__.py

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

66
import os
77

8-
VERSION = (3, 0, 10)
8+
VERSION = (3, 0, 11)
99
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
1010
__author__ = "Ask Solem"
1111
__contact__ = "[email protected]"

docs/introduction.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.0.10
7+
:Version: 3.0.11
88
:Web: http://celeryproject.org/
99
:Download: http://pypi.python.org/pypi/django-celery/
1010
:Source: http://github.com/celery/django-celery/

0 commit comments

Comments
 (0)