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 886399c commit 584fe84Copy full SHA for 584fe84
CHANGES.rst
@@ -3,7 +3,7 @@
3
Changelog
4
=========
5
6
-5.0.1 (unreleased)
+5.0.1 (2022-11-18)
7
------------------
8
9
- Improve the config option is added and read back. [gforcada]
setup.py
@@ -17,7 +17,7 @@ def read_file(filename):
17
18
setup(
19
name='flake8-isort',
20
- version='5.0.1.dev0',
+ version='5.0.1',
21
description=short_description,
22
long_description=long_description,
23
# Get more from https://pypi.org/classifiers/
0 commit comments