Skip to content

Commit f3766f9

Browse files
committed
update version / CHANGES
1 parent 584507a commit f3766f9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
Release 2.0 (dev)
2-
-----------------
1+
Release 2.0
2+
-----------
33
* drop official support to Django < 1.10
44
* add support Django 2.1
55
* removed deprecated api `concurrency_check`
66
* BACKWARD INCOMPATIBLE: version field is now mandatory in any save operation. Use ``VERSION_FIELD_REQUIRED=False`` to have the old behaviour.
77
* `disable_concurrency` now has `start()`, `finish()` to be called as command
88

9+
910
Release 1.4 (13 Sep 2016)
1011
-------------------------
1112
* closes :issue:`81`. Add docs and check.

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.0a0"
4+
VERSION = __version__ = "2.0"
55
NAME = 'django-concurrency'

0 commit comments

Comments
 (0)