Skip to content

Commit 6fb3c0c

Browse files
committed
Bump version post release
1 parent dcfdfda commit 6fb3c0c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Changelog
22
=========
33

44

5+
1.6.x (unreleased)
6+
------------------
7+
58
1.6.2 (2015-02-15)
69
------------------
710

pep8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
except ImportError:
6363
from ConfigParser import RawConfigParser
6464

65-
__version__ = '1.6.2'
65+
__version__ = '1.6.3a0'
6666

6767
DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
6868
DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704'

0 commit comments

Comments
 (0)