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 464708b commit a86052aCopy full SHA for a86052a
CHANGES.rst
@@ -3,7 +3,7 @@
3
Changelog
4
=========
5
6
-5.0.3 (unreleased)
+5.0.3 (2022-11-20)
7
------------------
8
9
- Fix broken `add_options` method, again. [casperdcl]
setup.py
@@ -17,7 +17,7 @@ def read_file(filename):
17
18
setup(
19
name='flake8-isort',
20
- version='5.0.3.dev0',
+ version='5.0.3',
21
description=short_description,
22
long_description=long_description,
23
# Get more from https://pypi.org/classifiers/
0 commit comments