Skip to content

Commit

Permalink
Bump version for 2.3.1
Browse files Browse the repository at this point in the history
Add release notes for 2.3.1 as well
  • Loading branch information
sigmavirus24 committed Jan 30, 2017
1 parent 4d502e4 commit ca53501
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
=========

2.3.1 (2017-01-31)
------------------

Bugs:

* Fix regression in detection of E302 and E306; #618, #620

2.3.0 (2017-01-30)
------------------

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

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

0 comments on commit ca53501

Please sign in to comment.