Skip to content

Commit e669131

Browse files
committed
Release version 1.5.2
1 parent 0a10f3c commit e669131

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ Changelog
22
=========
33

44

5-
1.5.x (unreleased)
5+
1.5.2 (2014-04-04)
66
------------------
77

88
Changes:
99

10-
* Do not allow newline after parameter equal. (Issue #252)
11-
1210
* Distribute a universal wheel file.
1311

1412
Bug fixes:
1513

1614
* Report correct line number for E303 with comments. (Issue #60)
1715

16+
* Do not allow newline after parameter equal. (Issue #252)
17+
1818
* Fix line number reported for multi-line strings. (Issue #220)
1919

2020
* Fix false positive E121/E126 with multi-line strings. (Issue #265)

pep8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"""
4747
from __future__ import with_statement
4848

49-
__version__ = '1.5.2a0'
49+
__version__ = '1.5.2'
5050

5151
import os
5252
import sys

0 commit comments

Comments
 (0)