Skip to content

Commit 82569d9

Browse files
Bump version to 5.11.5
1 parent e00db96 commit 82569d9

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.5 January 28 2022
8+
9+
- hotfix for poetry incompatibility
10+
711
### 5.11.4 December 21 2022
812

913
- Fixed #2038 (again): stop installing documentation files to top-level site-packages (#2057) @mgorny

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.4"
6+
version = "5.11.5"
77
description = "A Python utility / library to sort Python imports."
88
authors = ["Timothy Crosley <[email protected]>"]
99
license = "MIT"

0 commit comments

Comments
 (0)