Skip to content

Commit

Permalink
bump version to 4.3.9; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Feb 25, 2019
1 parent 79a87b3 commit c4a1c10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog
=========
### 4.3.9 - Feburary 25, 2019 - hot fix release
- Fixed a bug that led to an incompatibility with black: #831

### 4.3.8 - Feburary 25, 2019 - hot fix release
- Fixed a bug that led to the recursive option not always been available from the command line.

Expand Down
2 changes: 1 addition & 1 deletion isort/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
from . import settings # noqa: F401
from .isort import SortImports # noqa: F401

__version__ = "4.3.8"
__version__ = "4.3.9"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
readme = f.read()

setup(name='isort',
version='4.3.8',
version='4.3.9',
description='A Python utility / library to sort Python imports.',
long_description=readme,
author='Timothy Crosley',
Expand Down

0 comments on commit c4a1c10

Please sign in to comment.