From 70c58375ea46b11d2c7bdcdc5447590d44ee2cec Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Tue, 14 Jul 2020 22:17:46 -0700 Subject: Bump version to 5.1.0 --- CHANGELOG.md | 2 +- isort/_version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ce6172d..45e1572d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Changelog NOTE: isort follows the [semver](https://semver.org/) versioning standard. -### 5.1.0 July TBD, 2020 +### 5.1.0 July 14, 2020 - isort now throws an exception if an invalid settings path is given (issue #1174). - Implemented support for automatic redundant alias removal (issue #1281). - Implemented experimental support for floating all imports to the top of a file (issue #1228) diff --git a/isort/_version.py b/isort/_version.py index 603e3409..0d72820f 100644 --- a/isort/_version.py +++ b/isort/_version.py @@ -1 +1 @@ -__version__ = "5.0.9" +__version__ = "5.1.0" diff --git a/pyproject.toml b/pyproject.toml index 36c9f494..dcbe17b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 100 [tool.poetry] name = "isort" -version = "5.0.9" +version = "5.1.0" description = "A Python utility / library to sort Python imports." authors = ["Timothy Crosley "] license = "MIT" -- cgit v1.2.1