mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-01 19:36:54 +00:00
Update version and release notes for 3.0.2
This commit is contained in:
parent
12dcb10c90
commit
3936141209
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
3.0.2 -- 2016-07-26 (unreleased)
|
||||
--------------------------------
|
||||
3.0.2 -- 2016-07-26
|
||||
-------------------
|
||||
|
||||
- Fix local config file discovery. (See also `GitLab#181`_)
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ LOG.addHandler(NullHandler())
|
|||
# Clean up after LOG config
|
||||
del NullHandler
|
||||
|
||||
__version__ = '3.0.1'
|
||||
__version__ = '3.0.2'
|
||||
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue