We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63dc46e commit 6a3dfa8Copy full SHA for 6a3dfa8
2 files changed
CHANGES.txt
@@ -2,9 +2,11 @@ Changelog
2
=========
3
4
5
-1.5.x (unreleased)
+1.5.1 (2014-03-27)
6
------------------
7
8
+Bug fixes:
9
+
10
* Fix a crash with E125 on multi-line strings. (Issue #263)
11
12
pep8.py
@@ -45,7 +45,7 @@
45
700 statements
46
900 syntax error
47
"""
48
-__version__ = '1.5.1a0'
+__version__ = '1.5.1'
49
50
import os
51
import sys
0 commit comments