Skip to content

Commit

Permalink
Bump version to 5.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Oct 13, 2020
1 parent a6b253e commit 6bb47b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
NOTE: isort follows the [semver](https://semver.org/) versioning standard.
Find out more about isort's release policy [here](https://pycqa.github.io/isort/docs/major_releases/release_policy/).

### 5.6.4 October TBD, 2020
### 5.6.4 October 12, 2020
- Fixed #1556: Empty line added between imports that should be skipped.

### 5.6.3 October 11, 2020
Expand Down
2 changes: 1 addition & 1 deletion isort/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.6.3"
__version__ = "5.6.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ line-length = 100

[tool.poetry]
name = "isort"
version = "5.6.3"
version = "5.6.4"
description = "A Python utility / library to sort Python imports."
authors = ["Timothy Crosley <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6bb47b7

Please sign in to comment.