summaryrefslogtreecommitdiff
path: root/pep8.py
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-05-29 19:20:14 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-05-29 19:20:14 +0200
commit46a2d180b43c152c3fbad91487a77c69a86bcf4d (patch)
treee392d83ab4b53cef1ff4b853a2ba1ccbb30dc472 /pep8.py
parent2d072332abb69ba024329ea333954998be280221 (diff)
downloadpep8-46a2d180b43c152c3fbad91487a77c69a86bcf4d.tar.gz
Add changelog entries for E704 and E731
Diffstat (limited to 'pep8.py')
-rwxr-xr-xpep8.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pep8.py b/pep8.py
index 69b594c..bf30de6 100755
--- a/pep8.py
+++ b/pep8.py
@@ -46,7 +46,7 @@ W warnings
"""
from __future__ import with_statement
-__version__ = '1.5.7'
+__version__ = '1.6.0a0'
import os
import sys