Skip to content

Commit

Permalink
Release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Oct 22, 2017
1 parent 0b5a432 commit 45f79c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

1.7.1 (2017-10-22)
------------------

Changes:

* Prominently note via warning message that the tool is no longer released as
``pep8`` and will only be fixed in the ``pycodestyle`` package

1.7.0 (2016-01-12)
------------------
Expand Down
2 changes: 1 addition & 1 deletion pep8.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
except ImportError:
from ConfigParser import RawConfigParser

__version__ = '1.7.1.dev0'
__version__ = '1.7.1'

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

0 comments on commit 45f79c7

Please sign in to comment.