mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 07:14:18 +00:00
Release 1.6.1
This fixed a few important bugs that came up as a result of not being thorough enough with my testing.
This commit is contained in:
parent
caab4bd18d
commit
3af2919414
2 changed files with 9 additions and 1 deletions
8
README
8
README
|
|
@ -225,6 +225,14 @@ McCabe:
|
||||||
CHANGES
|
CHANGES
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
1.6.1 - 2012-11-24
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- fixed the mercurial hook, a change from a previous patch was not properly
|
||||||
|
applied
|
||||||
|
- fixed an assumption about warnings/error messages that caused an exception
|
||||||
|
to be thrown when McCabe is used
|
||||||
|
|
||||||
1.6 - 2012-11-16
|
1.6 - 2012-11-16
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
__version__ = '1.7'
|
__version__ = '1.6.1'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue