summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-07 07:53:05 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-07 07:53:05 +0200
commita2c3b9b05928000b5494a1c13c3068cd53eaf8f5 (patch)
tree26c1bd31ff9950a13877b5e5a4fa6676a0ec27e4
parentc035444eb1c59fe0bf00a85fd5325254ee77b8d0 (diff)
downloadpep8-a2c3b9b05928000b5494a1c13c3068cd53eaf8f5.tar.gz
Release version 1.5.41.5.4
-rw-r--r--CHANGES.txt4
-rwxr-xr-xpep8.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3baef5e..479ba1f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,8 +2,8 @@ Changelog
=========
-1.x (unreleased)
-----------------
+1.5.4 (2014-04-07)
+------------------
* Fix negative offset with E303 before a multi-line docstring.
(Issue #269)
diff --git a/pep8.py b/pep8.py
index fa8f8d9..4662cd7 100755
--- a/pep8.py
+++ b/pep8.py
@@ -46,7 +46,7 @@ W warnings
"""
from __future__ import with_statement
-__version__ = '1.5.4a0'
+__version__ = '1.5.4'
import os
import sys