From da0058f8dde043256b7b482a97ddecf453bb7777 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Tue, 4 Aug 2020 22:38:46 -0700 Subject: [PATCH] Bump version to 5.3.0 --- 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 15cf13501..f5752882d 100644 --- a/isort/_version.py +++ b/isort/_version.py @@ -1 +1 @@ -__version__ = "5.2.2" +__version__ = "5.3.0" diff --git a/pyproject.toml b/pyproject.toml index 29eb061f5..12f621f71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 100 [tool.poetry] name = "isort" -version = "5.2.2" +version = "5.3.0" description = "A Python utility / library to sort Python imports." authors = ["Timothy Crosley "] license = "MIT"