We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00db9b7 commit 5910af7Copy full SHA for 5910af7
djcelery/__init__.py
@@ -6,7 +6,7 @@
6
import os
7
import sys
8
9
-VERSION = (3, 2, 0,)
+VERSION = (3, 2, 0)
10
__version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:])
11
__author__ = 'Ask Solem'
12
__contact__ = 'ask@celeryproject.org'
0 commit comments