Skip to content

Commit 8a4078e

Browse files
committed
Merge branch 'release/1.3' into develop
* release/1.3: bump v1.3
2 parents 9a17194 + df5b743 commit 8a4078e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release 1.3 (dev)
2-
-----------------
1+
Release 1.3 (15 Jul 2016)
2+
-------------------------
33
* drop support for Python < 3.3
44
* add support Django>=1.10
55
* change license

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
version = ".".join(map(str, concurrency.VERSION[0:2]))
8888
# The full version, including alpha/beta/rc tags.
8989
release = concurrency.get_version()
90-
next_version = '1.0.1'
90+
next_version = '1.4'
9191

9292
# The language for content autogenerated by Sphinx. Refer to documentation
9393
# for a list of supported languages.

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

1111

0 commit comments

Comments
 (0)