diff options
author | Ian Lee <IanLee1521@gmail.com> | 2016-01-12 09:17:51 -0800 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2016-01-12 09:17:51 -0800 |
commit | a0da509108ac63582c4c96ad8a38225b4724fcf6 (patch) | |
tree | 3f5427fec6976c52bc133562f55d4b7763bb9629 | |
parent | dd2302e0fe6b213d367b0a73ad84c31b68bca5cc (diff) | |
download | pep8-a0da509108ac63582c4c96ad8a38225b4724fcf6.tar.gz |
Changed to make new release 1.7 rather than 1.6.3
See discussion in #469
-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 1950598..860b6ad 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,7 @@ Changelog ========= -1.6.3 (unreleased) +1.7.0 (2016-01-12) ------------------ Announcements: @@ -62,7 +62,7 @@ try: except ImportError: from ConfigParser import RawConfigParser -__version__ = '1.6.3' +__version__ = '1.7.0' DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox' DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704' |