From dd01cfeec090a8a54cb5815ae9448843f9d0fe99 Mon Sep 17 00:00:00 2001 From: staticdev Date: Mon, 12 Dec 2022 21:45:17 +0100 Subject: [PATCH] Hotfix 5.11.1 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33bf2577..3ea8fb14 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.1 December 12 2022 + + - Hotfix #2031: only call `colorama.init` if `colorama` is available (#2032) @tomaarsen + ### 5.11.0 December 12 2022 - Added official support for Python 3.11 (#1996, #2008, #2011) @staticdev diff --git a/pyproject.toml b/pyproject.toml index c6930efd..fdb43c4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 100 [tool.poetry] name = "isort" -version = "5.11.0" +version = "5.11.1" description = "A Python utility / library to sort Python imports." authors = ["Timothy Crosley "] license = "MIT"