mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 05:54:17 +00:00
Prepare to release 3.1.0 on 2016-11-14
This commit is contained in:
parent
43e755e2f4
commit
3fecbe177d
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ LOG.addHandler(NullHandler())
|
|||
# Clean up after LOG config
|
||||
del NullHandler
|
||||
|
||||
__version__ = '3.1.0.dev0'
|
||||
__version__ = '3.1.0'
|
||||
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue