Skip to content

Commit 6a3dfa8

Browse files
committed
Release version 1.5.1
1 parent 63dc46e commit 6a3dfa8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ Changelog
22
=========
33

44

5-
1.5.x (unreleased)
5+
1.5.1 (2014-03-27)
66
------------------
77

8+
Bug fixes:
9+
810
* Fix a crash with E125 on multi-line strings. (Issue #263)
911

1012

pep8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
700 statements
4646
900 syntax error
4747
"""
48-
__version__ = '1.5.1a0'
48+
__version__ = '1.5.1'
4949

5050
import os
5151
import sys

0 commit comments

Comments
 (0)