summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-12-18 23:18:46 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-12-18 23:18:46 +0100
commita3d236e36c8feef6644a459d09dea52dfd38eff9 (patch)
tree822b1f654b8d7e637094d2681fe5f01980872dbc
parentf02e6970ad42a4f7f714a156afd283db32dab88f (diff)
downloadpep8-a3d236e36c8feef6644a459d09dea52dfd38eff9.tar.gz
Release version 1.3.41.3.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 c1adbbe..8e4f0ea 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,8 +2,8 @@ Changelog
=========
-1.x (UNRELEASED)
-----------------
+1.3.4 (2012-12-18)
+------------------
* Fix false positive E124 and E128 with comments. (Issue #100)
diff --git a/pep8.py b/pep8.py
index 3f7578f..822dd28 100755
--- a/pep8.py
+++ b/pep8.py
@@ -94,7 +94,7 @@ for space.
"""
-__version__ = '1.3.4a0'
+__version__ = '1.3.4'
import os
import sys