Skip to content

Commit e44834b

Browse files
Fix changelog / version to a minor bump due to the size of the change
1 parent 82569d9 commit e44834b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ 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
7+
### 5.12.0 January 28 2022
88

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

1113
### 5.11.4 December 21 2022
1214

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

0 commit comments

Comments
 (0)