summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2015-03-12 23:58:15 -0700
committerIan Lee <IanLee1521@gmail.com>2015-03-13 00:05:23 -0700
commit6fb3c0c3f70fdedb79b63d6edfef1e6af1ed38aa (patch)
treec6e7cf04944c54dd14658d4700ff7bb2ccaf525a
parentdcfdfda78527392433a78d8ed68b6d5a78cdf6c2 (diff)
downloadpep8-6fb3c0c3f70fdedb79b63d6edfef1e6af1ed38aa.tar.gz
Bump version post 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 dc22f24..85eb043 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,9 @@ Changelog
=========
+1.6.x (unreleased)
+------------------
+
1.6.2 (2015-02-15)
------------------
diff --git a/pep8.py b/pep8.py
index d7907e5..c7f34e4 100755
--- a/pep8.py
+++ b/pep8.py
@@ -62,7 +62,7 @@ try:
except ImportError:
from ConfigParser import RawConfigParser
-__version__ = '1.6.2'
+__version__ = '1.6.3a0'
DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704'