From 09de59dcc53b7a57c395d2a3bd478086258c95d5 Mon Sep 17 00:00:00 2001 From: staticdev Date: Fri, 16 Dec 2022 21:25:46 +0100 Subject: [PATCH 1/2] Bump version 5.11.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebd3a4d4..eaeafb90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" From 8f63f759959a5f469527b4757d7078e215cad7fd Mon Sep 17 00:00:00 2001 From: staticdev Date: Fri, 16 Dec 2022 21:28:39 +0100 Subject: [PATCH 2/2] Add missing versions --- docs/configuration/pre-commit.md | 4 ++-- isort/_version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration/pre-commit.md b/docs/configuration/pre-commit.md index 582a9a48..e8309543 100644 --- a/docs/configuration/pre-commit.md +++ b/docs/configuration/pre-commit.md @@ -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) @@ -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) diff --git a/isort/_version.py b/isort/_version.py index 077e490d..5e263ef9 100644 --- a/isort/_version.py +++ b/isort/_version.py @@ -1 +1 @@ -__version__ = "5.11.2" +__version__ = "5.11.3"