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

Release 1.7.1

parent 0b5a4320
No related branches found
No related tags found
No related merge requests found
Changelog
=========
 
1.7.1 (2017-10-22)
------------------
Changes:
* Prominently note via warning message that the tool is no longer released as
``pep8`` and will only be fixed in the ``pycodestyle`` package
 
1.7.0 (2016-01-12)
------------------
Loading
Loading
Loading
Loading
@@ -63,7 +63,7 @@ try:
except ImportError:
from ConfigParser import RawConfigParser
 
__version__ = '1.7.1.dev0'
__version__ = '1.7.1'
 
DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704'
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