Skip to content

Commit b01883b

Browse files
committed
Bump version 5.11.3
1 parent d3da1cb commit b01883b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Changelog
44
NOTE: isort follows the [semver](https://semver.org/) versioning standard.
55
Find out more about isort's release policy [here](https://pycqa.github.io/isort/docs/major_releases/release_policy).
66

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+
716
### 5.11.2 December 12 2022
817

918
- Hotfix #2034: isort --version is not accurate on 5.11.x releases (#2034) @gschaffner

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ line-length = 100
33

44
[tool.poetry]
55
name = "isort"
6-
version = "5.11.2"
6+
version = "5.11.3"
77
description = "A Python utility / library to sort Python imports."
88
authors = ["Timothy Crosley <[email protected]>"]
99
license = "MIT"

0 commit comments

Comments
 (0)