Skip to content

Commit a2c3b9b

Browse files
committed
Release version 1.5.4
1 parent c035444 commit a2c3b9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.txt

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

44

5-
1.x (unreleased)
6-
----------------
5+
1.5.4 (2014-04-07)
6+
------------------
77

88
* Fix negative offset with E303 before a multi-line docstring.
99
(Issue #269)

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.4a0'
49+
__version__ = '1.5.4'
5050

5151
import os
5252
import sys

0 commit comments

Comments
 (0)