Skip to content

Commit 98feca0

Browse files
committed
Master is now 3.2.0a1
1 parent 415f700 commit 98feca0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.10
7+
:Version: 3.2.0a1
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, 1, 10)
8+
VERSION = (3, 2, 0, 'a1')
99
__version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:])
1010
__author__ = 'Ask Solem'
1111
__contact__ = '[email protected]'

0 commit comments

Comments
 (0)