Skip to content

Commit 189acf2

Browse files
committed
bump version and updates CHANGES
1 parent b4e4d3e commit 189acf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Release 2.1 (dev)
1+
Release 2.1
22
-----------
33
* drop support Python < 3.5
44
* add support Django 2.2 / 3.0

src/concurrency/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'sax'
22
default_app_config = 'concurrency.apps.ConcurrencyConfig'
33

4-
VERSION = __version__ = "2.1a0"
4+
VERSION = __version__ = "2.1"
55
NAME = 'django-concurrency'

0 commit comments

Comments
 (0)