Skip to content

Commit 3afd560

Browse files
committed
updated versions for release 3.3.0
1 parent 5d1ecb0 commit 3afd560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djcelery/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77
import sys
88

9-
VERSION = (3, 2, 2)
9+
VERSION = (3, 3, 0)
1010
__version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:])
1111
__author__ = 'Ask Solem'
1212
__contact__ = '[email protected]'

0 commit comments

Comments
 (0)