summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2015-02-06 19:26:29 -0800
committerIan Lee <IanLee1521@gmail.com>2015-02-06 19:26:29 -0800
commit30b6be3b06775b5a9229e3a899a9f673a12a595f (patch)
tree30187e48d66ab428f5ebe15861973834ce31782d
parent2d8a9077caa01e7bdd415344aba51cc73a5ac9fe (diff)
downloadpep8-30b6be3b06775b5a9229e3a899a9f673a12a595f.tar.gz
Start work on next version
-rw-r--r--CHANGES.txt4
-rwxr-xr-xpep8.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 35c3259..6482343 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,10 @@ Changelog
=========
+1.6.x (unreleased)
+------------------
+
+
1.6.0 (2015-02-06)
------------------
diff --git a/pep8.py b/pep8.py
index f5efd40..a583836 100755
--- a/pep8.py
+++ b/pep8.py
@@ -62,7 +62,7 @@ try:
except ImportError:
from ConfigParser import RawConfigParser
-__version__ = '1.6.0'
+__version__ = '1.6.1a0'
DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704'