Skip to content

Commit 1d7e37c

Browse files
Bump version to 5.9.1 (hotfix)
1 parent 8e1b2a4 commit 1d7e37c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ Changelog
22
=========
33

44
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/).
5+
Find out more about isort's release policy [here](https://pycqa.github.io/isort/docs/major_releases/release_policy).
6+
7+
### 5.9.1 June 21st 2021 [hotfix]
8+
- Fixed #1758: projects with many files and skip_ignore set can lead to a command-line overload.
69

710
### 5.9.0 June 21st 2021
811
- Improved CLI startup time.

isort/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.9.0"
1+
__version__ = "5.9.1"

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.9.0"
6+
version = "5.9.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)