Skip to content
Snippets Groups Projects
Unverified Commit c45970d9 authored by Ian Stapleton Cordasco's avatar Ian Stapleton Cordasco Committed by GitHub
Browse files

Merge pull request #46 from PyCQA/release/0.5.0

Bump version and add release notes for 0.5.0
parents a83ee83a 2d73b3be
No related branches found
No related tags found
No related merge requests found
Changes
=======
 
0.5.0 - 2018-01-02
------------------
* Add configurable list of classmethod and staticmethod decorators
* Print the offending name as part of the error message
* Correct N804/N805 for __init_subclass__
0.4.1 - 2016-06-26
------------------
 
Loading
Loading
Loading
Loading
@@ -12,7 +12,7 @@ try:
except ImportError:
from flake8.util import ast, iter_child_nodes
 
__version__ = '0.4.1'
__version__ = '0.5.0'
 
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