Skip to content

Commit

Permalink
Merge branch 'release/1.4' into develop
Browse files Browse the repository at this point in the history
* release/1.4:
  bump 1.4
  • Loading branch information
saxix committed May 2, 2017
2 parents 186984e + 3f83bb1 commit 2c92198
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -87,7 +87,7 @@
version = ".".join(map(str, concurrency.VERSION[0:2]))
# The full version, including alpha/beta/rc tags.
release = concurrency.get_version()
next_version = '1.4'
next_version = '1.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -70,6 +70,8 @@ def run_tests(self):
'Programming Language :: Python',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
Expand Down
2 changes: 1 addition & 1 deletion src/concurrency/__init__.py
Expand Up @@ -5,7 +5,7 @@
__author__ = 'sax'
default_app_config = 'concurrency.apps.ConcurrencyConfig'

VERSION = __version__ = (1, 4, 0, 'alpha', 0)
VERSION = __version__ = (1, 4, 0, 'final', 0)
NAME = 'django-concurrency'


Expand Down

0 comments on commit 2c92198

Please sign in to comment.