diff options
author | Ian Lee <IanLee1521@gmail.com> | 2015-02-15 14:06:23 -0800 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2015-02-15 14:06:23 -0800 |
commit | dcfdfda78527392433a78d8ed68b6d5a78cdf6c2 (patch) | |
tree | f0d827035d9f8e8390c61157e2a308de18f11efa /pep8.py | |
parent | 2f07c7b64e6c65b277d200f2d544607e3dd8e0ea (diff) | |
download | pep8-dcfdfda78527392433a78d8ed68b6d5a78cdf6c2.tar.gz |
Release version 1.6.21.6.2
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.2a0' +__version__ = '1.6.2' DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox' DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704' |