Skip to content

Commit

Permalink
Tagged release of 2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Lee <IanLee1521@gmail.com>
  • Loading branch information
IanLee1521 committed Nov 14, 2016
1 parent 659ef94 commit 8053c7c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

2.2.0 (2016-11-14)
------------------

Announcements:

* Added Make target to obtain proper tarball file permissions; #599

Bugs:

* Fixed E305 regression caused by #400; #593

2.1.0 (2016-11-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pycodestyle.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
except ImportError:
from ConfigParser import RawConfigParser

__version__ = '2.2.0.dev0'
__version__ = '2.2.0'

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

0 comments on commit 8053c7c

Please sign in to comment.