Skip to content

Commit

Permalink
Prepare version 5.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
staticdev committed Dec 13, 2023
1 parent c36e43c commit b4335b4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@ 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.13.2 December 13 2023

- Apply the bracket fix from issue #471 only for use_parentheses=True (#2184) @bp72
- Confine pre-commit to stages (#2213) @davidculley
- Fixed colors extras (#2212) @staticdev

### 5.13.1 December 11 2023

- Fixed integration tests (#2208) @bp72
Expand Down
4 changes: 2 additions & 2 deletions docs/configuration/pre-commit.md
Expand Up @@ -9,7 +9,7 @@ To use isort's official pre-commit integration add the following config:

```yaml
- repo: https://github.com/pycqa/isort
rev: 5.13.1
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
Expand All @@ -20,7 +20,7 @@ over different file types (ex: python vs cython vs pyi) you can do so with the f

```yaml
- repo: https://github.com/pycqa/isort
rev: 5.13.1
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
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.13.1"
version = "5.13.2"
description = "A Python utility / library to sort Python imports."
authors = ["Timothy Crosley <timothy.crosley@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit b4335b4

Please sign in to comment.