summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2019-05-14 17:21:35 -0700
committerGitHub <noreply@github.com>2019-05-14 17:21:35 -0700
commita44d0cdacacdc5a841a8f2f93cb2871609d78c17 (patch)
treefb93666bfc2ecaec4536ccc1e65b228bfd3d4275 /setup.py
parent700536e4385fd9604cb7270b13ef5f645baf94ca (diff)
downloadisort-a44d0cdacacdc5a841a8f2f93cb2871609d78c17.tar.gz
Issue/948 (#949)4.3.20
* Implement fix for stream processing on Python 2.7 * Bump version for immediate distribution * Add change-set and release date to changelog
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 72a165e2..9fb541c7 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.19',
+ version='4.3.20',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',