We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1ecb0 commit 3afd560Copy full SHA for 3afd560
djcelery/__init__.py
@@ -6,7 +6,7 @@
6
import os
7
import sys
8
9
-VERSION = (3, 2, 2)
+VERSION = (3, 3, 0)
10
__version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:])
11
__author__ = 'Ask Solem'
12
__contact__ = '[email protected]'
0 commit comments