Skip to content

Commit 97b2fc2

Browse files
committed
bump 1.1
1 parent 538e299 commit 97b2fc2

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.1 (dev)
2-
-----------------
1+
Release 1.1 (13 Feb 2016)
2+
-------------------------
33
* drop support for django<1.7
44
* add support for pypy
55
* new :class:`concurrency.fields.ConditionalVersionField`

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, 1, 0, 'alpha', 0)
8+
VERSION = __version__ = (1, 1, 0, 'final', 0)
99
NAME = 'django-concurrency'
1010

1111

0 commit comments

Comments
 (0)