summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-07-14 22:17:46 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-07-14 22:17:46 -0700
commit70c58375ea46b11d2c7bdcdc5447590d44ee2cec (patch)
tree028e50d0e08eae2a9e9ecac315a36b3eba686132
parent36d4cc056570bc83b0c457491dbca5e4c4f45ea3 (diff)
downloadisort-70c58375ea46b11d2c7bdcdc5447590d44ee2cec.tar.gz
Bump version to 5.1.05.1.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--isort/_version.py2
-rw-r--r--pyproject.toml2
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 <timothy.crosley@gmail.com>"]
license = "MIT"