Skip to content

Commit

Permalink
Bump version for 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Jan 26, 2017
1 parent dd43f62 commit 55942cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ Links
Changes
-------

0.6.1 - 2017-01-26
``````````````````

* Fix signature for ``PathGraphingAstVisitor.default`` to match the signature
for ``ASTVisitor``

0.6.0 - 2017-01-23
``````````````````

Expand Down
2 changes: 1 addition & 1 deletion mccabe.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
except ImportError: # Python 2.5
from flake8.util import ast, iter_child_nodes

__version__ = '0.6.0'
__version__ = '0.6.1'


class ASTVisitor(object):
Expand Down

0 comments on commit 55942cb

Please sign in to comment.