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

Updates for v0.3.3

parent c090017a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -69,6 +69,11 @@ These error codes are emitted:
Changes
-------
 
0.3.3 - 2015-06-30
``````````````````
* Fix bug where ignored names were not properly split into a list.
0.3.2 - 2015-06-14
``````````````````
 
Loading
Loading
Loading
Loading
@@ -10,7 +10,7 @@ try:
except ImportError:
from flake8.util import ast, iter_child_nodes
 
__version__ = '0.3.2'
__version__ = '0.3.3'
 
LOWERCASE_REGEX = re.compile(r'[_a-z][_a-z0-9]*$')
UPPERCASE_REGEX = re.compile(r'[_A-Z][_A-Z0-9]*$')
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