Skip to content

Commit

Permalink
Bump version to 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Aug 13, 2020
1 parent 17ae99e commit eaee9e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ Changelog

NOTE: isort follows the [semver](https://semver.org/) versioning standard.

### 5.4.0 TBD
### 5.4.0 Aug 12, 2020
- Implemented #1373: support for length sort only of direct (AKA straight) imports.
- Fixed #1380: --combine-as loses # noqa.
- Fixed #1375: --dont-order-by-type CLI broken.

### 5.3.2 [Hotfix] Aug 7, 2020
- Fixed incorrect warning code (W503->W0503).
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.3.2"
__version__ = "5.4.0"
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.3.2"
version = "5.4.0"
description = "A Python utility / library to sort Python imports."
authors = ["Timothy Crosley <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit eaee9e6

Please sign in to comment.