Skip to content

Commit e9a6235

Browse files
committed
bump 1.3.1
1 parent 8a4078e commit e9a6235

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.3.1 (15 Jul 2016)
2+
-------------------------
3+
* just pagckaging
4+
5+
16
Release 1.3 (15 Jul 2016)
27
-------------------------
38
* drop support for Python < 3.3

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

1111

0 commit comments

Comments
 (0)