Skip to content

Commit da0058f

Browse files
Bump version to 5.3.0
1 parent 9ea344c commit da0058f

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.2.2"
1+
__version__ = "5.3.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.2.2"
6+
version = "5.3.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)