Skip to content

Commit

Permalink
Prepare 5.11.5 hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jan 30, 2023
1 parent b3d3570 commit de1c055
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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 <timothy.crosley@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit de1c055

Please sign in to comment.