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

Release 0.2

parent 88cba21b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -63,7 +63,7 @@ These error codes are emitted:
Changes
-------
 
0.2 - unreleased
0.2 - 2013-02-22
````````````````
* Rename project ``flint-naming`` to ``pep8-naming``
 
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@ from collections import deque
 
from flake8.util import ast, iter_child_nodes
 
__version__ = '0.2a0'
__version__ = '0.2'
 
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