Skip to content

Commit

Permalink
Prepare the 0.14.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed May 17, 2024
1 parent b652e8f commit f0edf20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

0.14.1 - 2024-05-17
-------------------

* Require Python 3.8 or later.

0.14.0 - 2024-05-16
-------------------

Expand Down
2 changes: 1 addition & 1 deletion src/pep8ext_naming.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from flake8 import style_guide

__version__ = '0.14.0'
__version__ = '0.14.1'

CLASS_METHODS = frozenset((
'__new__',
Expand Down

0 comments on commit f0edf20

Please sign in to comment.