mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
Prepare for v3.5.0 release on 2017-10-23
This commit is contained in:
parent
4d0f313122
commit
8acf55e0f8
2 changed files with 10 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
3.5.0 -- 2017-xx-xx
|
||||
3.5.0 -- 2017-10-23
|
||||
-------------------
|
||||
|
||||
You can view the `3.5.0 milestone`_ on GitLab for more details.
|
||||
|
|
@ -20,6 +20,12 @@ Features
|
|||
setuptools. See our documentation on local plugins for more information.
|
||||
(See also `GitLab#357`_)
|
||||
|
||||
Bugs Fixed
|
||||
~~~~~~~~~~
|
||||
|
||||
- Catch and helpfully report ``UnicodeDecodeError``\ s when parsing
|
||||
configuration files. (See also `GitLab#358`_)
|
||||
|
||||
|
||||
.. all links
|
||||
.. _3.5.0 milestone:
|
||||
|
|
@ -30,6 +36,8 @@ Features
|
|||
https://gitlab.com/pycqa/flake8/issues/335
|
||||
.. _GitLab#357:
|
||||
https://gitlab.com/pycqa/flake8/issues/357
|
||||
.. _GitLab#358:
|
||||
https://gitlab.com/pycqa/flake8/issues/358
|
||||
.. _GitLab#359:
|
||||
https://gitlab.com/pycqa/flake8/issues/359
|
||||
.. _GitLab#361:
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ LOG.addHandler(NullHandler())
|
|||
# Clean up after LOG config
|
||||
del NullHandler
|
||||
|
||||
__version__ = '3.5.0.dev0'
|
||||
__version__ = '3.5.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