diff options
author | Ian Lee <IanLee1521@gmail.com> | 2015-02-06 18:49:09 -0800 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2015-02-06 18:49:09 -0800 |
commit | 2d8a9077caa01e7bdd415344aba51cc73a5ac9fe (patch) | |
tree | f2185cae1336af9635a67330852780b9c2697792 /pep8.py | |
parent | 19d9a82df99f8238bc36d0744a2d77fc22a6cb4d (diff) | |
download | pep8-2d8a9077caa01e7bdd415344aba51cc73a5ac9fe.tar.gz |
Release version 1.61.6
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.0a0' +__version__ = '1.6.0' DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox' DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704' |