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 605e879 commit 53340b7Copy full SHA for 53340b7
src/concurrency/__init__.py
@@ -5,7 +5,7 @@
5
__author__ = 'sax'
6
default_app_config = 'concurrency.apps.ConcurrencyConfig'
7
8
-VERSION = __version__ = (1, 3, 2, 'final', 0)
+VERSION = __version__ = (1, 4, 0, 'alpha', 0)
9
NAME = 'django-concurrency'
10
11
0 commit comments