Skip to content

Commit 643d9c4

Browse files
authored
Merge pull request #2210 from PyCQA/version/5.13.1
Prepare version 5.13.1
2 parents eeb4d16 + ebc866a commit 643d9c4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.13.1 December 11 2023
8+
9+
- Fixed integration tests (#2208) @bp72
10+
- Fixed normalizing imports from more than one level of parent modules (issue/2152) (#2191) @bp72
11+
- Remove optional dependencies without extras (#2207) @staticdev
12+
713
### 5.13.0 December 9 2023
814

915
- Cleanup deprecated extras (#2089) @staticdev

docs/configuration/pre-commit.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To use isort's official pre-commit integration add the following config:
99

1010
```yaml
1111
- repo: https://github.com/pycqa/isort
12-
rev: 5.13.0
12+
rev: 5.13.1
1313
hooks:
1414
- id: isort
1515
name: isort (python)
@@ -20,7 +20,7 @@ over different file types (ex: python vs cython vs pyi) you can do so with the f
2020

2121
```yaml
2222
- repo: https://github.com/pycqa/isort
23-
rev: 5.13.0
23+
rev: 5.13.1
2424
hooks:
2525
- id: isort
2626
name: isort (python)

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.13.0"
6+
version = "5.13.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)