File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Changelog
4
4
NOTE: isort follows the [ semver] ( https://semver.org/ ) versioning standard.
5
5
Find out more about isort's release policy [ here] ( https://pycqa.github.io/isort/docs/major_releases/release_policy ) .
6
6
7
- ### 5.9.2 TBD
7
+ ### 5.9.2 July 8th 2021
8
8
- Improved behavior of ` isort --check --atomic ` against Cython files.
9
9
- Fixed #1769 : Future imports added below assignments when no other imports present.
10
10
- Fixed #1772 : skip-gitignore will check files not in the git repository.
Original file line number Diff line number Diff line change 1
- __version__ = "5.9.1 "
1
+ __version__ = "5.9.2 "
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.1 "
6
+ version = " 5.9.2 "
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