We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00db96 commit 82569d9Copy full SHA for 82569d9
CHANGELOG.md
@@ -4,6 +4,10 @@ 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 28 2022
8
+
9
+ - hotfix for poetry incompatibility
10
11
### 5.11.4 December 21 2022
12
13
- 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