We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d3570 commit de1c055Copy full SHA for de1c055
CHANGELOG.md
@@ -4,6 +4,9 @@ Changelog
4
NOTE: isort follows the [semver](https://semver.org/) versioning standard.
5
Find out more about isort's release policy [here](https://pycqa.github.io/isort/docs/major_releases/release_policy).
6
7
+### 5.11.5 January 30 2023 [hotfix]
8
+ - Fixed incompatiblity with latest poetry version
9
+
10
### 5.11.4 December 21 2022
11
12
- Fixed #2038 (again): stop installing documentation files to top-level site-packages (#2057) @mgorny
pyproject.toml
@@ -3,7 +3,7 @@ line-length = 100
3
[tool.poetry]
name = "isort"
-version = "5.11.4"
+version = "5.11.5"
description = "A Python utility / library to sort Python imports."
authors = ["Timothy Crosley <[email protected]>"]
license = "MIT"
0 commit comments