We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f0a25 commit dd01cfeCopy full SHA for dd01cfe
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.1 December 12 2022
8
+
9
+ - Hotfix #2031: only call `colorama.init` if `colorama` is available (#2032) @tomaarsen
10
11
### 5.11.0 December 12 2022
12
13
- Added official support for Python 3.11 (#1996, #2008, #2011) @staticdev
pyproject.toml
@@ -3,7 +3,7 @@ line-length = 100
3
[tool.poetry]
name = "isort"
-version = "5.11.0"
+version = "5.11.1"
description = "A Python utility / library to sort Python imports."
authors = ["Timothy Crosley <timothy.crosley@gmail.com>"]
license = "MIT"
0 commit comments