diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2014-05-29 19:20:14 +0200 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2014-05-29 19:20:14 +0200 |
commit | 46a2d180b43c152c3fbad91487a77c69a86bcf4d (patch) | |
tree | e392d83ab4b53cef1ff4b853a2ba1ccbb30dc472 /pep8.py | |
parent | 2d072332abb69ba024329ea333954998be280221 (diff) | |
download | pep8-46a2d180b43c152c3fbad91487a77c69a86bcf4d.tar.gz |
Add changelog entries for E704 and E731
Diffstat (limited to 'pep8.py')
-rwxr-xr-x | pep8.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ W warnings """ from __future__ import with_statement -__version__ = '1.5.7' +__version__ = '1.6.0a0' import os import sys |