File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,19 @@ Changelog
2
2
=========
3
3
4
4
5
- 1.5.x (unreleased )
5
+ 1.5.2 (2014-04-04 )
6
6
------------------
7
7
8
8
Changes:
9
9
10
- * Do not allow newline after parameter equal. (Issue #252)
11
-
12
10
* Distribute a universal wheel file.
13
11
14
12
Bug fixes:
15
13
16
14
* Report correct line number for E303 with comments. (Issue #60)
17
15
16
+ * Do not allow newline after parameter equal. (Issue #252)
17
+
18
18
* Fix line number reported for multi-line strings. (Issue #220)
19
19
20
20
* Fix false positive E121/E126 with multi-line strings. (Issue #265)
Original file line number Diff line number Diff line change 46
46
"""
47
47
from __future__ import with_statement
48
48
49
- __version__ = '1.5.2a0 '
49
+ __version__ = '1.5.2 '
50
50
51
51
import os
52
52
import sys
You can’t perform that action at this time.
0 commit comments