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 996eaa3 commit 7445a67Copy full SHA for 7445a67
CHANGES.rst
@@ -3,7 +3,7 @@
3
Changelog
4
=========
5
6
-1.5.4 (unreleased)
+2.0.0 (2022-10-08)
7
------------------
8
9
- Mark support for python 3.9. [lovetoburnswhen]
setup.py
@@ -17,7 +17,7 @@ def read_file(filename):
17
18
setup(
19
name='flake8-builtins',
20
- version='1.5.4.dev0',
+ version='2.0.0',
21
description=short_description,
22
long_description=long_description,
23
# Get more from https://pypi.org/classifiers/
0 commit comments