We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171e6cb commit b3492eeCopy full SHA for b3492ee
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.13.2 - 2022-08-19
5
+-------------------
6
+
7
+* Formally require Python 3.7 or later using ``python_requires``.
8
9
0.13.1 - 2022-07-15
10
-------------------
11
src/pep8ext_naming.py
@@ -9,7 +9,7 @@
from flake8 import style_guide
12
-__version__ = '0.13.1'
+__version__ = '0.13.2'
13
14
PYTHON_VERSION = sys.version_info[:3]
15
0 commit comments