Skip to content

Commit de1c055

Browse files
Prepare 5.11.5 hotfix release
1 parent b3d3570 commit de1c055

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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.5 January 30 2023 [hotfix]
8+
- Fixed incompatiblity with latest poetry version
9+
710
### 5.11.4 December 21 2022
811

912
- Fixed #2038 (again): stop installing documentation files to top-level site-packages (#2057) @mgorny

pyproject.toml

+1-1
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.4"
6+
version = "5.11.5"
77
description = "A Python utility / library to sort Python imports."
88
authors = ["Timothy Crosley <[email protected]>"]
99
license = "MIT"

0 commit comments

Comments
 (0)