Skip to content

Commit 3f83bb1

Browse files
committed
bump 1.4
1 parent 186984e commit 3f83bb1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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.4'
90+
next_version = '1.5'
9191

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

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ def run_tests(self):
7070
'Programming Language :: Python',
7171
'Framework :: Django :: 1.8',
7272
'Framework :: Django :: 1.9',
73+
'Framework :: Django :: 1.10',
74+
'Framework :: Django :: 1.11',
7375
'Programming Language :: Python :: 2.7',
7476
'Programming Language :: Python :: 3',
7577
'Programming Language :: 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, 4, 0, 'alpha', 0)
8+
VERSION = __version__ = (1, 4, 0, 'final', 0)
99
NAME = 'django-concurrency'
1010

1111

0 commit comments

Comments
 (0)