Skip to content

Commit 8372d71

Browse files
Bump to version 5.7.0
1 parent 3eb14eb commit 8372d71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
NOTE: isort follows the [semver](https://semver.org/) versioning standard.
55
Find out more about isort's release policy [here](https://pycqa.github.io/isort/docs/major_releases/release_policy/).
66

7-
### 5.7.0 December TBD
7+
### 5.7.0 December 30th 2020
88
- Fixed #1612: In rare circumstances an extra comma is added after import and before comment.
99
- Fixed #1593: isort encounters bug in Python 3.6.0.
1010
- Implemented #1596: Provide ways for extension formatting and file paths to be specified when using streaming input from CLI.

isort/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.6.4"
1+
__version__ = "5.7.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ line-length = 100
33

44
[tool.poetry]
55
name = "isort"
6-
version = "5.6.4"
6+
version = "5.7.0"
77
description = "A Python utility / library to sort Python imports."
88
authors = ["Timothy Crosley <[email protected]>"]
99
license = "MIT"

0 commit comments

Comments
 (0)