diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2014-03-27 18:31:24 +0100 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2014-03-27 18:31:24 +0100 |
commit | 6a3dfa8ae7934053665ef61e36d79a8e5a8ef922 (patch) | |
tree | 522eef7e6b4a8f1bf02860bfe65db8b456cf78a6 | |
parent | 63dc46e93ac8dc32af437878f16dc7f524368917 (diff) | |
download | pep8-6a3dfa8ae7934053665ef61e36d79a8e5a8ef922.tar.gz |
Release version 1.5.11.5.1
-rw-r--r-- | CHANGES.txt | 4 | ||||
-rwxr-xr-x | pep8.py | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 72a2573..444909c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,9 +2,11 @@ Changelog ========= -1.5.x (unreleased) +1.5.1 (2014-03-27) ------------------ +Bug fixes: + * Fix a crash with E125 on multi-line strings. (Issue #263) @@ -45,7 +45,7 @@ W warnings 700 statements 900 syntax error """ -__version__ = '1.5.1a0' +__version__ = '1.5.1' import os import sys |