summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'