From de1c0551a1c1a203619d4a844c201dea61065182 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Mon, 30 Jan 2023 01:03:43 -0800 Subject: [PATCH] Prepare 5.11.5 hotfix release --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5cee44..b5a267f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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 30 2023 [hotfix] + - Fixed incompatiblity with latest poetry version + ### 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 1e23573a..c4460ef8 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"