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

Bump version for 2.3.1

Add release notes for 2.3.1 as well
parent 4d502e40
No related branches found
No related tags found
No related merge requests found
Changelog
=========
 
2.3.1 (2017-01-31)
------------------
Bugs:
* Fix regression in detection of E302 and E306; #618, #620
2.3.0 (2017-01-30)
------------------
 
Loading
Loading
Loading
Loading
@@ -66,7 +66,7 @@ try:
except ImportError:
from ConfigParser import RawConfigParser
 
__version__ = '2.3.0'
__version__ = '2.3.1'
 
DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704,W503'
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