summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2017-06-01 08:11:09 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2017-06-01 08:11:09 -0700
commitf1c26b391921df6bb43d20a96074cb23f38d82f9 (patch)
treed2e07244efc7b1677b37414d19489b316977c63b
parent6ff0927ff358a09241e7878fa25ae48020e9faff (diff)
downloadisort-feature/hotfix-release.tar.gz
Bump version to 4.2.94.2.9feature/hotfix-release
-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 b5c4a7b7..d906c27d 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.8"
+__version__ = "4.2.9"
diff --git a/setup.py b/setup.py
index 7f31efd8..8c89da64 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.8',
+ version='4.2.9',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',