summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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