Skip to content

Commit d06703a

Browse files
committed
Change version number to 5.11.0
1 parent 307637f commit d06703a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
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-
### 6.0.0 December 12 2022
7+
### 5.11.0 December 12 2022
88

99
- Added official support for Python 3.11 (#1996, #2008, #2011) @staticdev
1010
- Dropped support for Python 3.6 (#2019) @barrelful

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ line-length = 100
33

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

tests/integration/test_setting_combinations.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ def _raise(*a):
977977
virtual_env="",
978978
conda_env="",
979979
ensure_newline_before_comments=False,
980-
directory="/home/abuild/rpmbuild/BUILD/isort-6.0.0",
980+
directory="/home/abuild/rpmbuild/BUILD/isort-5.11.0",
981981
profile="",
982982
honor_noqa=False,
983983
old_finders=False,
@@ -1842,7 +1842,7 @@ def test_isort_is_idempotent(config: isort.Config, disregard_skip: bool) -> None
18421842
virtual_env="",
18431843
conda_env="",
18441844
ensure_newline_before_comments=False,
1845-
directory="/home/abuild/rpmbuild/BUILD/isort-6.0.0",
1845+
directory="/home/abuild/rpmbuild/BUILD/isort-5.11.0",
18461846
profile="",
18471847
honor_noqa=False,
18481848
old_finders=False,

0 commit comments

Comments
 (0)