Skip to content

Commit bfcc058

Browse files
committed
open 1.4
1 parent 804c50f commit bfcc058

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release 1.4 (dev)
2+
-----------------
3+
*
4+
5+
16
Release 1.3.1 (15 Jul 2016)
27
-------------------------
38
* just pagckaging

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

1111

0 commit comments

Comments
 (0)