We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b2052 commit 5d55a7eCopy full SHA for 5d55a7e
CHANGES.rst
@@ -3,7 +3,7 @@
3
Changelog
4
=========
5
6
-5.1.0 (unreleased)
+6.0.0 (2022-12-22)
7
------------------
8
9
- Drop isort 4.x support.
setup.py
@@ -17,7 +17,7 @@ def read_file(filename):
17
18
setup(
19
name='flake8-isort',
20
- version='5.1.0.dev0',
+ version='6.0.0',
21
description=short_description,
22
long_description=long_description,
23
# Get more from https://pypi.org/classifiers/
0 commit comments