Skip to content
Snippets Groups Projects
Commit 4931fcd5 authored by Ian Cordasco's avatar Ian Cordasco
Browse files

Release notes and version bump for 0.4.0

parent d9f934c4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -65,6 +65,13 @@ Links
Changes
-------
 
0.4.0 - 2016-01-27
``````````````````
* Stop testing on Python 3.2
* Add support for async/await keywords on Python 3.5 from PEP 0492
0.3.1 - 2015-06-14
``````````````````
 
Loading
Loading
Loading
Loading
@@ -14,7 +14,7 @@ try:
except ImportError: # Python 2.5
from flake8.util import ast, iter_child_nodes
 
__version__ = '0.3.1'
__version__ = '0.4.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