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

Bump version to 0.4.1

parent 1d8c7677
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -60,6 +60,12 @@ These error codes are emitted:
Changes
-------
 
0.4.1 - 2016-06-26
``````````````````
* Note to self: Never do releases before ~0600 or coffee on a Sunday.
* Fix option parsing for Flake8 3.0 (store parsed value on class)
0.4.0 - 2016-06-26
``````````````````
 
Loading
Loading
Loading
Loading
@@ -11,7 +11,7 @@ try:
except ImportError:
from flake8.util import ast, iter_child_nodes
 
__version__ = '0.4.0'
__version__ = '0.4.1'
 
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