Skip to content

Commit f73c4bb

Browse files
committed
Release v2.4.0
1 parent 72b90c5 commit f73c4bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
UNRELEASED
5-
----------
4+
2.4.0 (2018-04-10)
5+
------------------
66

77
New checks:
88

pycodestyle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def lru_cache(maxsize=128): # noqa as it's a fake implementation.
7777
except ImportError:
7878
from ConfigParser import RawConfigParser
7979

80-
__version__ = '2.3.1'
80+
__version__ = '2.4.0'
8181

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

0 commit comments

Comments
 (0)