summaryrefslogtreecommitdiff
path: root/pycodestyle.py
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2021-03-14 13:41:47 -0500
committerGitHub <noreply@github.com>2021-03-14 13:41:47 -0500
commit930e2cad15df3661306740c30a892a6f1902ef1d (patch)
tree6e6300936412899a805fe82f7c24c861b336ff06 /pycodestyle.py
parentc47f5c1f977c20f16c19bc282834c70c9b40d800 (diff)
parent62003f65573947f2620b97c0f8cb79c22ac68b25 (diff)
downloadpep8-930e2cad15df3661306740c30a892a6f1902ef1d.tar.gz
Merge pull request #978 from asottile/2_7_02.7.0
2.7.0
Diffstat (limited to 'pycodestyle.py')
-rwxr-xr-xpycodestyle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pycodestyle.py b/pycodestyle.py
index 2f4313f..f5d2f89 100755
--- a/pycodestyle.py
+++ b/pycodestyle.py
@@ -78,7 +78,7 @@ try:
except ImportError:
from ConfigParser import RawConfigParser
-__version__ = '2.6.0'
+__version__ = '2.7.0'
DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704,W503,W504'