diff options
author | Anthony Sottile <asottile@umich.edu> | 2020-05-08 07:32:59 -0700 |
---|---|---|
committer | Anthony Sottile <asottile@umich.edu> | 2020-05-08 07:32:59 -0700 |
commit | 82b04165eb53f8e3320b492ddfd2b0c3ee5f70e1 (patch) | |
tree | 941a87912a41fc383ca7d8c69c219c38b85fb082 /pycodestyle.py | |
parent | 1aa4c0a337d946388eab0c7f24eeb56908bf7252 (diff) | |
download | pep8-82b04165eb53f8e3320b492ddfd2b0c3ee5f70e1.tar.gz |
2.6.0
Diffstat (limited to 'pycodestyle.py')
-rwxr-xr-x | pycodestyle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pycodestyle.py b/pycodestyle.py index 651edfb..deb4539 100755 --- a/pycodestyle.py +++ b/pycodestyle.py @@ -78,7 +78,7 @@ try: except ImportError: from ConfigParser import RawConfigParser -__version__ = '2.6.0a1' +__version__ = '2.6.0' DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox' DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704,W503,W504' |