Skip to content
Snippets Groups Projects
Commit e6691314 authored by Florent Xicluna's avatar Florent Xicluna
Browse files

Release version 1.5.2

parent 0a10f3ce
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,19 +2,19 @@ Changelog
=========
 
 
1.5.x (unreleased)
1.5.2 (2014-04-04)
------------------
 
Changes:
 
* Do not allow newline after parameter equal. (Issue #252)
* Distribute a universal wheel file.
 
Bug fixes:
 
* Report correct line number for E303 with comments. (Issue #60)
 
* Do not allow newline after parameter equal. (Issue #252)
* Fix line number reported for multi-line strings. (Issue #220)
 
* Fix false positive E121/E126 with multi-line strings. (Issue #265)
Loading
Loading
Loading
Loading
@@ -46,7 +46,7 @@ W warnings
"""
from __future__ import with_statement
 
__version__ = '1.5.2a0'
__version__ = '1.5.2'
 
import os
import sys
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment