diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2014-05-29 18:57:00 +0200 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2014-05-29 18:57:00 +0200 |
commit | 164066c4d85f212f5f4a11699b848942c678b947 (patch) | |
tree | cd9a11766c1cff4d9a2f611d797962d448774e99 | |
parent | d8fbb0cf030beaae1e6cbda80509151b52fc72f2 (diff) | |
download | pep8-164066c4d85f212f5f4a11699b848942c678b947.tar.gz |
Release version 1.5.71.5.7
-rw-r--r-- | CHANGES.txt | 4 | ||||
-rwxr-xr-x | pep8.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 2685e93..d3daac8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,8 +2,8 @@ Changelog ========= -1.x (unreleased) ----------------- +1.5.7 (2014-05-29) +------------------ Bug fixes: @@ -46,7 +46,7 @@ W warnings """ from __future__ import with_statement -__version__ = '1.5.7a0' +__version__ = '1.5.7' import os import sys |