Skip to content

Commit 42f149b

Browse files
committed
bump 1.2
1 parent 08f8c1d commit 42f149b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release 1.2 (dev)
2-
-----------------
1+
Release 1.2 (05 Apr 2016)
2+
-------------------------
33
* better support for django 1.9 ( ``TemplateDoesNotExist`` is now in ``django.template.exceptions``
44
* improved eror message in ``ConcurrencyListEditableMixin`` :issue:`63` :issue:`64`
55
* fixes :issue:`61`. Error in ``ConditionalVersionField`` (thanks ticosax)

src/concurrency/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__author__ = 'sax'
66
default_app_config = 'concurrency.apps.ConcurrencyConfig'
77

8-
VERSION = __version__ = (1, 2, 0, 'alpha', 0)
8+
VERSION = __version__ = (1, 2, 0, 'final', 0)
99
NAME = 'django-concurrency'
1010

1111

0 commit comments

Comments
 (0)