Skip to content

Commit 45f79c7

Browse files
committed
Release 1.7.1
1 parent 0b5a432 commit 45f79c7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
1.7.1 (2017-10-22)
5+
------------------
6+
7+
Changes:
8+
9+
* Prominently note via warning message that the tool is no longer released as
10+
``pep8`` and will only be fixed in the ``pycodestyle`` package
411

512
1.7.0 (2016-01-12)
613
------------------

pep8.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
except ImportError:
6464
from ConfigParser import RawConfigParser
6565

66-
__version__ = '1.7.1.dev0'
66+
__version__ = '1.7.1'
6767

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

0 commit comments

Comments
 (0)