Skip to content
Snippets Groups Projects
Unverified Commit 6a7aa34d authored by Ian Cordasco's avatar Ian Cordasco
Browse files

Add release notes for 0.6.0

parent 64a4099a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -65,6 +65,13 @@ Links
Changes
-------
 
0.6.0 - 2017-01-23
``````````````````
* Add support for Python 3.6
* Fix handling for missing statement types
0.5.3 - 2016-12-14
``````````````````
 
Loading
Loading
Loading
Loading
@@ -16,7 +16,7 @@ try:
except ImportError: # Python 2.5
from flake8.util import ast, iter_child_nodes
 
__version__ = '0.5.3'
__version__ = '0.6.0'
 
 
class ASTVisitor(object):
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment