diff options
| author | Timothy Edmund Crosley <timothy.crosley@gmail.com> | 2019-05-14 17:21:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-14 17:21:35 -0700 |
| commit | a44d0cdacacdc5a841a8f2f93cb2871609d78c17 (patch) | |
| tree | fb93666bfc2ecaec4536ccc1e65b228bfd3d4275 /setup.py | |
| parent | 700536e4385fd9604cb7270b13ef5f645baf94ca (diff) | |
| download | isort-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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
