summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-27 18:31:24 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-27 18:31:24 +0100
commit6a3dfa8ae7934053665ef61e36d79a8e5a8ef922 (patch)
tree522eef7e6b4a8f1bf02860bfe65db8b456cf78a6
parent63dc46e93ac8dc32af437878f16dc7f524368917 (diff)
downloadpep8-6a3dfa8ae7934053665ef61e36d79a8e5a8ef922.tar.gz
Release version 1.5.11.5.1
-rw-r--r--CHANGES.txt4
-rwxr-xr-xpep8.py2
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)
diff --git a/pep8.py b/pep8.py
index 50f461f..c50dd11 100755
--- a/pep8.py
+++ b/pep8.py
@@ -45,7 +45,7 @@ W warnings
700 statements
900 syntax error
"""
-__version__ = '1.5.1a0'
+__version__ = '1.5.1'
import os
import sys