From 444c4ee0f6be426ab6ce51c8385a9dbc7ef6374b Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Tue, 28 Jul 2020 22:49:06 -0700 Subject: [PATCH] Prepare 5.2.1 release --- isort/_version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/isort/_version.py b/isort/_version.py index 6c235c596..98886d260 100644 --- a/isort/_version.py +++ b/isort/_version.py @@ -1 +1 @@ -__version__ = "5.2.0" +__version__ = "5.2.1" diff --git a/pyproject.toml b/pyproject.toml index 267750271..d832c48c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 100 [tool.poetry] name = "isort" -version = "5.2.0" +version = "5.2.1" description = "A Python utility / library to sort Python imports." authors = ["Timothy Crosley "] license = "MIT"