Skip to content

Commit ca53501

Browse files
committed
Bump version for 2.3.1
Add release notes for 2.3.1 as well
1 parent 4d502e4 commit ca53501

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+
2.3.1 (2017-01-31)
5+
------------------
6+
7+
Bugs:
8+
9+
* Fix regression in detection of E302 and E306; #618, #620
10+
411
2.3.0 (2017-01-30)
512
------------------
613

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.3.0'
69+
__version__ = '2.3.1'
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)