Skip to content

Commit a0da509

Browse files
committed
Changed to make new release 1.7 rather than 1.6.3
See discussion in #469
1 parent dd2302e commit a0da509

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Changelog
22
=========
33

44

5-
1.6.3 (unreleased)
5+
1.7.0 (2016-01-12)
66
------------------
77

88
Announcements:

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.3'
65+
__version__ = '1.7.0'
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)