Skip to content

Commit eb1f825

Browse files
committed
bump version
1 parent 0ce2f02 commit eb1f825

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CHANGES

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
(dev)
2-
-----
3-
* BUG FIX: fixes check() implementation
4-
5-
61
Release 2.5
72
-----------
3+
* BUG FIX: fixes check() implementation
84
* removes deprecatd MANUAL_TRIGGERS
95
* drop support Django 2.x
106
* drop support python 3.8

src/concurrency/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__author__ = 'sax'
22

3-
VERSION = __version__ = "2.4"
3+
VERSION = __version__ = "2.5"
44
NAME = 'django-concurrency'

0 commit comments

Comments
 (0)