File tree 2 files changed +10
-1
lines changed 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ 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.3 December 16 2022
8
+
9
+ - Fixed #2007 : settings for py3.11 (#2040 ) @staticdev
10
+ - Fixed #2038 : packaging pypoetry (#2042 ) @staticdev
11
+ - Docs: renable portray (#2043 ) @timothycrosley
12
+ - Ci: add minimum GitHub token permissions for workflows (#1969 ) @varunsh-coder
13
+ - Ci: general CI improvements (#2041 ) @staticdev
14
+ - Ci: add release workflow (#2026 ) @staticdev
15
+
7
16
### 5.11.2 December 12 2022
8
17
9
18
- Hotfix #2034 : isort --version is not accurate on 5.11.x releases (#2034 ) @gschaffner
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.2 "
6
+ version = " 5.11.3 "
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