Skip to content

Commit b3492ee

Browse files
authored
Prepare the 0.13.2 release (#209)
1 parent 171e6cb commit b3492ee

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes
22
=======
33

4+
0.13.2 - 2022-08-19
5+
-------------------
6+
7+
* Formally require Python 3.7 or later using ``python_requires``.
8+
49
0.13.1 - 2022-07-15
510
-------------------
611

src/pep8ext_naming.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from flake8 import style_guide
1111

12-
__version__ = '0.13.1'
12+
__version__ = '0.13.2'
1313

1414
PYTHON_VERSION = sys.version_info[:3]
1515

0 commit comments

Comments
 (0)