Skip to content

Commit f8146c5

Browse files
authored
Merge pull request #2033 from PyCQA/hotfix/5.11.1
Hotfix 5.11.1
2 parents 68f0a25 + dd01cfe commit f8146c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changelog
44
NOTE: isort follows the [semver](https://semver.org/) versioning standard.
55
Find out more about isort's release policy [here](https://pycqa.github.io/isort/docs/major_releases/release_policy).
66

7+
### 5.11.1 December 12 2022
8+
9+
- Hotfix #2031: only call `colorama.init` if `colorama` is available (#2032) @tomaarsen
10+
711
### 5.11.0 December 12 2022
812

913
- Added official support for Python 3.11 (#1996, #2008, #2011) @staticdev

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ line-length = 100
33

44
[tool.poetry]
55
name = "isort"
6-
version = "5.11.0"
6+
version = "5.11.1"
77
description = "A Python utility / library to sort Python imports."
88
authors = ["Timothy Crosley <[email protected]>"]
99
license = "MIT"

0 commit comments

Comments
 (0)