File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Changelog
44NOTE: isort follows the [ semver] ( https://semver.org/ ) versioning standard.
55Find out more about isort's release policy [ here] ( https://pycqa.github.io/isort/docs/major_releases/release_policy ) .
66
7- ### 5.9.3 TBD
7+ ### 5.9.3 July 28 2021
88 - Improved text of skipped file message to mention gitignore feature.
99 - Made all exceptions pickleable.
1010 - Fixed #1779 : Pylama integration ignores pylama specific isort config overrides.
Original file line number Diff line number Diff line change 1- __version__ = "5.9.2 "
1+ __version__ = "5.9.3 "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ line-length = 100
33
44[tool .poetry ]
55name = " isort"
6- version = " 5.9.2 "
6+ version = " 5.9.3 "
77description = " A Python utility / library to sort Python imports."
88authors = [
" Timothy Crosley <[email protected] >" ]
99license = " MIT"
You can’t perform that action at this time.
0 commit comments