diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5cee44..87991671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.5 January 28 2022 + + - hotfix for poetry incompatibility + ### 5.11.4 December 21 2022 - Fixed #2038 (again): stop installing documentation files to top-level site-packages (#2057) @mgorny diff --git a/pyproject.toml b/pyproject.toml index 76863274..b8b45857 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 100 [tool.poetry] name = "isort" -version = "5.11.4" +version = "5.11.5" description = "A Python utility / library to sort Python imports." authors = ["Timothy Crosley "] license = "MIT"