summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-02-16 19:49:39 -0800
committerIan Lee <IanLee1521@gmail.com>2016-02-16 19:49:39 -0800
commit2c872940709a0f9d6156f29d2a2fd5a1c5a642ab (patch)
tree0d72b033a16705152e244d91ca801e5bce07f753
parent999d11e6789d3debb16e1fc0cfbff9d1b229a93c (diff)
downloadpep8-2c872940709a0f9d6156f29d2a2fd5a1c5a642ab.tar.gz
Incremented version number marking new work after 1.7 release
-rw-r--r--CHANGES.txt3
-rwxr-xr-xpep8.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 860b6ad..47f0ace 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,9 @@ Changelog
=========
+1.8.0 (unreleased)
+------------------
+
1.7.0 (2016-01-12)
------------------
diff --git a/pep8.py b/pep8.py
index 3c950d4..fceb245 100755
--- a/pep8.py
+++ b/pep8.py
@@ -62,7 +62,7 @@ try:
except ImportError:
from ConfigParser import RawConfigParser
-__version__ = '1.7.0'
+__version__ = '1.8.0-dev'
DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704'