Skip to content

Commit dcfdfda

Browse files
committed
Release version 1.6.2
1 parent 2f07c7b commit dcfdfda

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.x (unreleased)
5+
1.6.2 (2015-02-15)
66
------------------
77

88
Changes:

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.2a0'
65+
__version__ = '1.6.2'
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)