Skip to content

Commit

Permalink
Merge pull request #2051 from PyCQA/version/bump-5.11.3
Browse files Browse the repository at this point in the history
Bump version 5.11.3
  • Loading branch information
staticdev committed Dec 16, 2022
2 parents ee54f83 + 8f63f75 commit 6c83bcc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.11.2
rev: 5.11.3
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.11.2
rev: 5.11.3
hooks:
- id: isort
name: isort (python)
Expand Down
2 changes: 1 addition & 1 deletion isort/_version.py
@@ -1 +1 @@
__version__ = "5.11.2"
__version__ = "5.11.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -3,7 +3,7 @@ line-length = 100

[tool.poetry]
name = "isort"
version = "5.11.2"
version = "5.11.3"
description = "A Python utility / library to sort Python imports."
authors = ["Timothy Crosley <timothy.crosley@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 6c83bcc

Please sign in to comment.