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.
2 parents b4e4d3e + 189acf2 commit b1f7310Copy full SHA for b1f7310
CHANGES
@@ -1,4 +1,4 @@
1
-Release 2.1 (dev)
+Release 2.1
2
-----------
3
* drop support Python < 3.5
4
* add support Django 2.2 / 3.0
src/concurrency/__init__.py
@@ -1,5 +1,5 @@
__author__ = 'sax'
default_app_config = 'concurrency.apps.ConcurrencyConfig'
-VERSION = __version__ = "2.1a0"
+VERSION = __version__ = "2.1"
5
NAME = 'django-concurrency'
0 commit comments