Skip to content

Commit 8053c7c

Browse files
committed
Tagged release of 2.2.0
Signed-off-by: Ian Lee <[email protected]>
1 parent 659ef94 commit 8053c7c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.txt

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

4+
2.2.0 (2016-11-14)
5+
------------------
6+
7+
Announcements:
8+
9+
* Added Make target to obtain proper tarball file permissions; #599
10+
11+
Bugs:
12+
13+
* Fixed E305 regression caused by #400; #593
14+
415
2.1.0 (2016-11-04)
516
------------------
617

pycodestyle.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
except ImportError:
6767
from ConfigParser import RawConfigParser
6868

69-
__version__ = '2.2.0.dev0'
69+
__version__ = '2.2.0'
7070

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

0 commit comments

Comments
 (0)