Skip to content

Commit 293c3fb

Browse files
Bump version to 5.1.2
1 parent 9b0fd43 commit 293c3fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

isort/_version.py

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

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.1.1"
6+
version = "5.1.2"
77
description = "A Python utility / library to sort Python imports."
88
authors = ["Timothy Crosley <[email protected]>"]
99
license = "MIT"

0 commit comments

Comments
 (0)