mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-02 03:46:53 +00:00
Bump version to 3.4.1 and add release notes
This commit is contained in:
parent
a44a09f87a
commit
411edfa6f9
3 changed files with 19 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ LOG.addHandler(NullHandler())
|
|||
# Clean up after LOG config
|
||||
del NullHandler
|
||||
|
||||
__version__ = '3.4.0'
|
||||
__version__ = '3.4.1'
|
||||
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue