summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-06-26 21:58:01 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-06-26 21:58:01 +0200
commitbb20999aefc394fb826371764146bf61d8e572e2 (patch)
tree7148da80c9434684ddac77e2d4df9f678e11e31a
parented51a8381f0f758a9345cccd486f8aa8f1229b08 (diff)
downloadpep8-bb20999aefc394fb826371764146bf61d8e572e2.tar.gz
Release version 1.3.2.1.3.2
-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 6832f09..0f117f6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,8 +2,8 @@ Changelog
=========
-1.x (UNRELEASED)
-----------------
+1.3.2 (2012-06-26)
+------------------
* Revert to the previous behaviour for ``--show-pep8``:
do not imply ``--first``. (Issue #89)
diff --git a/pep8.py b/pep8.py
index d3507bb..73fad1a 100755
--- a/pep8.py
+++ b/pep8.py
@@ -93,7 +93,7 @@ for space.
"""
-__version__ = '1.3.2a0'
+__version__ = '1.3.2'
import os
import sys