Skip to content
Snippets Groups Projects
Commit b8088a2b authored by Ian Lee's avatar Ian Lee
Browse files

Merge pull request #470 from PyCQA/release/v1.7

v1.7 release
parents da346756 a0da5091
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,14 +2,26 @@ Changelog
=========
 
 
1.6.x (unreleased)
1.7.0 (2016-01-12)
------------------
 
Announcements:
* Repository moved to PyCQA Organization on GitHub:
https://github.com/pycqa/pep8
Changes:
 
* Reverted the fix in #368, "options passed on command line are only ones
accepted" feature. This has many unintended consequences in pep8 and flake8
and needs to be reworked when I have more time.
* Added support for Python 3.5. (Issue #420 & #459)
* Added support for multi-line config_file option parsing. (Issue #429)
* Improved parameter parsing. (Issues #420 & #456)
Bugs:
* Fixed BytesWarning on Python 3. (Issue #459)
 
1.6.2 (2015-02-15)
------------------
Loading
Loading
Loading
Loading
@@ -62,7 +62,7 @@ try:
except ImportError:
from ConfigParser import RawConfigParser
 
__version__ = '1.6.3a0'
__version__ = '1.7.0'
 
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