summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2023-01-28 08:48:08 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2023-01-28 08:48:08 -0800
commit82569d97210a487786cab5dae9e5ce0c0c9af82f (patch)
treeb8912c29a1f900b763bc49f77d23f87fcfba5738
parente00db961635e4acafada4395a9febef5ca94fd8e (diff)
downloadisort-82569d97210a487786cab5dae9e5ce0c0c9af82f.tar.gz
Bump version to 5.11.5
-rw-r--r--CHANGELOG.md4
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e5cee44..87991671 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.5 January 28 2022
+
+ - hotfix for poetry incompatibility
+
### 5.11.4 December 21 2022
- Fixed #2038 (again): stop installing documentation files to top-level site-packages (#2057) @mgorny
diff --git a/pyproject.toml b/pyproject.toml
index 76863274..b8b45857 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"