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 | |
parent | 2f07c7b64e6c65b277d200f2d544607e3dd8e0ea (diff) | |
download | pep8-dcfdfda78527392433a78d8ed68b6d5a78cdf6c2.tar.gz |
Release version 1.6.21.6.2
-rw-r--r-- | CHANGES.txt | 2 | ||||
-rwxr-xr-x | pep8.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 04cd46c..dc22f24 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,7 @@ Changelog ========= -1.6.x (unreleased) +1.6.2 (2015-02-15) ------------------ Changes: @@ -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' |