Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version 5.11.3 #2048

Merged
merged 1 commit into from Dec 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@ Changelog
NOTE: isort follows the [semver](https://semver.org/) versioning standard.
Find out more about isort's release policy [here](https://pycqa.github.io/isort/docs/major_releases/release_policy).

### 5.11.3 December 16 2022

- Fixed #2007: settings for py3.11 (#2040) @staticdev
- Fixed #2038: packaging pypoetry (#2042) @staticdev
- Docs: renable portray (#2043) @timothycrosley
- Ci: add minimum GitHub token permissions for workflows (#1969) @varunsh-coder
- Ci: general CI improvements (#2041) @staticdev
- Ci: add release workflow (#2026) @staticdev

### 5.11.2 December 12 2022

- Hotfix #2034: isort --version is not accurate on 5.11.x releases (#2034) @gschaffner
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -3,7 +3,7 @@ line-length = 100

[tool.poetry]
name = "isort"
version = "5.11.2"
version = "5.11.3"
description = "A Python utility / library to sort Python imports."
authors = ["Timothy Crosley <timothy.crosley@gmail.com>"]
license = "MIT"
Expand Down