Skip to content

Commit bc9dbd9

Browse files
author
Omer Katz
committed
Bump version.
1 parent 72e6737 commit bc9dbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djcelery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77
import sys
88

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

0 commit comments

Comments
 (0)