summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <tcrosley@domaintools.com>2017-06-06 23:53:47 -0700
committerTimothy Crosley <tcrosley@domaintools.com>2017-06-06 23:53:47 -0700
commit4aed8c6eef47ebe49b2b72ee4312af21c83c6497 (patch)
tree269e07ce0b001ef49f7152b9b103158550825c62
parenta88e2a6e5d37f47063a9fb0f32db45a96b22979c (diff)
downloadisort-4aed8c6eef47ebe49b2b72ee4312af21c83c6497.tar.gz
Bump version to 4.2.154.2.152.4.15
-rw-r--r--isort/__init__.py2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/isort/__init__.py b/isort/__init__.py
index 4dd2cd16..3063d1ed 100644
--- a/isort/__init__.py
+++ b/isort/__init__.py
@@ -25,4 +25,4 @@ from __future__ import absolute_import, division, print_function, unicode_litera
from . import settings
from .isort import SortImports
-__version__ = "4.2.14"
+__version__ = "4.2.15"
diff --git a/setup.py b/setup.py
index 59008570..abe3317f 100755
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ with open('README.rst', 'r') as f:
readme = f.read()
setup(name='isort',
- version='4.2.14',
+ version='4.2.15',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',