Skip to content

Commit 8101efa

Browse files
authored
update version to 3.2.0 (#498)
1 parent 4f39c60 commit 8101efa

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, 'a1')
9+
VERSION = (3, 2, 0,)
1010
__version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:])
1111
__author__ = 'Ask Solem'
1212
__contact__ = 'ask@celeryproject.org'

0 commit comments

Comments
 (0)