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 0ce2f02 commit eb1f825Copy full SHA for eb1f825
CHANGES
@@ -1,10 +1,6 @@
1
-(dev)
2
------
3
-* BUG FIX: fixes check() implementation
4
-
5
6
Release 2.5
7
-----------
+* BUG FIX: fixes check() implementation
8
* removes deprecatd MANUAL_TRIGGERS
9
* drop support Django 2.x
10
* drop support python 3.8
src/concurrency/__init__.py
@@ -1,4 +1,4 @@
__author__ = 'sax'
-VERSION = __version__ = "2.4"
+VERSION = __version__ = "2.5"
NAME = 'django-concurrency'
0 commit comments