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 72e6737 commit bc9dbd9Copy full SHA for bc9dbd9
djcelery/__init__.py
@@ -6,7 +6,7 @@
6
import os
7
import sys
8
9
-VERSION = (3, 2, 0)
+VERSION = (3, 2, 2)
10
__version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:])
11
__author__ = 'Ask Solem'
12
__contact__ = '[email protected]'
0 commit comments