mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +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
|
|
@ -1,4 +1,4 @@
|
||||||
3.1.0 -- 2016-yy-xx
|
3.1.0 -- 2016-11-14
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.1.0 milestone`_ on GitLab for more details.
|
You can view the `3.1.0 milestone`_ on GitLab for more details.
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ LOG.addHandler(NullHandler())
|
||||||
# Clean up after LOG config
|
# Clean up after LOG config
|
||||||
del NullHandler
|
del NullHandler
|
||||||
|
|
||||||
__version__ = '3.1.0.dev0'
|
__version__ = '3.1.0'
|
||||||
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
|
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue