summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-01-12 09:17:51 -0800
committerIan Lee <IanLee1521@gmail.com>2016-01-12 09:17:51 -0800
commita0da509108ac63582c4c96ad8a38225b4724fcf6 (patch)
tree3f5427fec6976c52bc133562f55d4b7763bb9629
parentdd2302e0fe6b213d367b0a73ad84c31b68bca5cc (diff)
downloadpep8-a0da509108ac63582c4c96ad8a38225b4724fcf6.tar.gz
Changed to make new release 1.7 rather than 1.6.3
See discussion in #469
-rw-r--r--CHANGES.txt2
-rwxr-xr-xpep8.py2
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:
diff --git a/pep8.py b/pep8.py
index a87d66d..3c950d4 100755
--- a/pep8.py
+++ b/pep8.py
@@ -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'