mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 16:14:18 +00:00
Bump version to 2.5.2
Record changes Bump cap on mccabe
This commit is contained in:
parent
3bbb337810
commit
388db0d811
3 changed files with 10 additions and 2 deletions
|
|
@ -1,6 +1,14 @@
|
||||||
CHANGES
|
CHANGES
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
2.5.2 - 2016-01-30
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- **Bug** Parse ``output_file`` and ``enable_extensions`` from config files
|
||||||
|
|
||||||
|
- **Improvement** Raise upper bound on mccabe plugin to allow for version
|
||||||
|
0.4.0
|
||||||
|
|
||||||
2.5.1 - 2015-12-08
|
2.5.1 - 2015-12-08
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = '2.5.1'
|
__version__ = '2.5.2'
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -51,7 +51,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"pyflakes >= 0.8.1, < 1.1",
|
"pyflakes >= 0.8.1, < 1.1",
|
||||||
"pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2",
|
"pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2",
|
||||||
"mccabe >= 0.2.1, < 0.4",
|
"mccabe >= 0.2.1, < 0.5",
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'distutils.commands': ['flake8 = flake8.main:Flake8Command'],
|
'distutils.commands': ['flake8 = flake8.main:Flake8Command'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue