We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c035444 commit a2c3b9bCopy full SHA for a2c3b9b
2 files changed
CHANGES.txt
@@ -2,8 +2,8 @@ Changelog
2
=========
3
4
5
-1.x (unreleased)
6
-----------------
+1.5.4 (2014-04-07)
+------------------
7
8
* Fix negative offset with E303 before a multi-line docstring.
9
(Issue #269)
pep8.py
@@ -46,7 +46,7 @@
46
"""
47
from __future__ import with_statement
48
49
-__version__ = '1.5.4a0'
+__version__ = '1.5.4'
50
51
import os
52
import sys
0 commit comments