File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,11 @@ 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.11.5 January 28 2022
7
+ ### 5.12.0 January 28 2022
8
8
9
- - hotfix for poetry incompatibility
9
+ - Removed support for Python 3.7
10
+ - Fixed incompatiblity with latest poetry version
11
+ - Added support for directory limitations within built in git hook
10
12
11
13
### 5.11.4 December 21 2022
12
14
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.11.5 "
6
+ version = " 5.12.0 "
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