From b418718abd6db30b4e52243753c9f515a8f66c1d Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 13 Dec 2022 05:22:31 +0100 Subject: [PATCH] Bump version to 5.11.1. --- 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 9a1f0c187..b4cf33819 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.10.1 + rev: 5.11.1 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.10.1 + rev: 5.11.1 hooks: - id: isort name: isort (python) diff --git a/isort/_version.py b/isort/_version.py index 0561ca347..86d9cbd9c 100644 --- a/isort/_version.py +++ b/isort/_version.py @@ -1 +1 @@ -__version__ = "5.10.1" +__version__ = "5.11.1"