File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,10 @@ Changelog
2
2
=========
3
3
4
4
NOTE: isort follows the [ semver] ( https://semver.org/ ) versioning standard.
5
- Find out more about isort's release policy [ here] ( https://pycqa.github.io/isort/docs/major_releases/release_policy/ ) .
5
+ Find out more about isort's release policy [ here] ( https://pycqa.github.io/isort/docs/major_releases/release_policy ) .
6
+
7
+ ### 5.9.1 June 21st 2021 [ hotfix]
8
+ - Fixed #1758 : projects with many files and skip_ignore set can lead to a command-line overload.
6
9
7
10
### 5.9.0 June 21st 2021
8
11
- Improved CLI startup time.
Original file line number Diff line number Diff line change 1
- __version__ = "5.9.0 "
1
+ __version__ = "5.9.1 "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ line-length = 100
3
3
4
4
[tool .poetry ]
5
5
name = " isort"
6
- version = " 5.9.0 "
6
+ version = " 5.9.1 "
7
7
description = " A Python utility / library to sort Python imports."
8
8
authors = [
" Timothy Crosley <[email protected] >" ]
9
9
license = " MIT"
You can’t perform that action at this time.
0 commit comments