summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-03-10 22:22:17 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-03-10 22:22:17 -0700
commitfab9d505ecc4a805ddc922f76e9e23679adf672e (patch)
tree3252570008701210c4259c14a1899102057c8871
parentdd1152f1ce449f4785fcbd05bbec92943c90cefb (diff)
downloadisort-fab9d505ecc4a805ddc922f76e9e23679adf672e.tar.gz
Bump version4.3.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 1833017a..240402ad 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 # noqa: F401
from .isort import SortImports # noqa: F401
-__version__ = "4.3.14"
+__version__ = "4.3.15"
diff --git a/setup.py b/setup.py
index a1d3fd4e..6ce5ef3a 100755
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ with open('README.rst') as f:
readme = f.read()
setup(name='isort',
- version='4.3.14',
+ version='4.3.15',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',