Skip to content
Snippets Groups Projects
Commit 255ca7f9 authored by Florent Xicluna's avatar Florent Xicluna
Browse files

Release 0.2.1

parent c4441289
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -63,6 +63,13 @@ Links
Changes
-------
 
0.2.1 - 2013-04-03
``````````````````
* Do not require ``setuptools`` in setup.py. It works around an issue
with ``pip`` and Python 3.
0.2 - 2013-02-22
````````````````
 
Loading
Loading
Loading
Loading
@@ -14,7 +14,7 @@ try:
except ImportError: # Python 2.5
from flake8.util import ast, iter_child_nodes
 
__version__ = '0.2'
__version__ = '0.2.1'
 
 
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