Skip to content

Commit

Permalink
Updates for version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Jun 14, 2015
1 parent 1f3de69 commit b193aaa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ Links
Changes
-------

0.3.1 - 2015-06-14
``````````````````

* Include ``test_mccabe.py`` in releases.

* Always coerce the ``max_complexity`` value from Flake8's entry-point to an
integer.

0.3 - 2014-12-17
````````````````

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

__version__ = '0.3'
__version__ = '0.3.1'


class ASTVisitor(object):
Expand Down

0 comments on commit b193aaa

Please sign in to comment.