Skip to content

Commit

Permalink
Merge pull request #2048 from PyCQA/version/bump-5.11.3
Browse files Browse the repository at this point in the history
Bump version 5.11.3
  • Loading branch information
staticdev committed Dec 16, 2022
2 parents d3da1cb + b01883b commit 5a25261
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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

0 comments on commit 5a25261

Please sign in to comment.