diff options
author | Ian Lee <IanLee1521@gmail.com> | 2016-01-12 10:39:59 -0800 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2016-01-12 10:39:59 -0800 |
commit | b8088a2b6bc5b76bece174efad877f764529bc74 (patch) | |
tree | 3f5427fec6976c52bc133562f55d4b7763bb9629 /pep8.py | |
parent | da3467564b6e50cf841913d0b108b66fff3ae5e2 (diff) | |
parent | a0da509108ac63582c4c96ad8a38225b4724fcf6 (diff) | |
download | pep8-b8088a2b6bc5b76bece174efad877f764529bc74.tar.gz |
Merge pull request #470 from PyCQA/release/v1.71.7.0
v1.7 release
Diffstat (limited to 'pep8.py')
-rwxr-xr-x | pep8.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |