Skip to content

Commit

Permalink
Fix changelog / version to a minor bump due to the size of the change
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jan 28, 2023
1 parent 82569d9 commit e44834b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,9 +4,11 @@ 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
### 5.12.0 January 28 2022

- hotfix for poetry incompatibility
- Removed support for Python 3.7
- Fixed incompatiblity with latest poetry version
- Added support for directory limitations within built in git hook

### 5.11.4 December 21 2022

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.5"
version = "5.12.0"
description = "A Python utility / library to sort Python imports."
authors = ["Timothy Crosley <timothy.crosley@gmail.com>"]
license = "MIT"
Expand Down

1 comment on commit e44834b

@onlyoneuche
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was just having this issue minutes ago, thanks.

Please sign in to comment.