We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a10f3c commit e669131Copy full SHA for e669131
2 files changed
CHANGES.txt
@@ -2,19 +2,19 @@ Changelog
2
=========
3
4
5
-1.5.x (unreleased)
+1.5.2 (2014-04-04)
6
------------------
7
8
Changes:
9
10
-* Do not allow newline after parameter equal. (Issue #252)
11
-
12
* Distribute a universal wheel file.
13
14
Bug fixes:
15
16
* Report correct line number for E303 with comments. (Issue #60)
17
+* Do not allow newline after parameter equal. (Issue #252)
+
18
* Fix line number reported for multi-line strings. (Issue #220)
19
20
* Fix false positive E121/E126 with multi-line strings. (Issue #265)
pep8.py
@@ -46,7 +46,7 @@
46
"""
47
from __future__ import with_statement
48
49
-__version__ = '1.5.2a0'
+__version__ = '1.5.2'
50
51
import os
52
import sys
0 commit comments