diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2014-04-14 19:04:18 +0200 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2014-04-14 19:04:18 +0200 |
commit | 96290d48b1334fe8542666174d7775cda3f46d9a (patch) | |
tree | 000a51f23da753fd881aebded9e41af36dcbd3e2 | |
parent | 5066244cd7fcc41bded183c82bb0ff5f04555dac (diff) | |
download | pep8-96290d48b1334fe8542666174d7775cda3f46d9a.tar.gz |
Release version 1.5.61.5.6
-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 49921f2..a90262a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,8 +2,8 @@ Changelog ========= -1.x (unreleased) ----------------- +1.5.6 (2014-04-14) +------------------ Bug fixes: @@ -46,7 +46,7 @@ W warnings """ from __future__ import with_statement -__version__ = '1.5.6a0' +__version__ = '1.5.6' import os import sys |