summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-06-26 17:13:09 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-06-26 17:13:09 +0200
commita5fd95ccdd51d8d02563325daa37427ba3e60f83 (patch)
tree3b44aeda65e760eb55c972294e92ef14446cd467
parent7131ddaaccca4de7418c52bbd2c9908c54d651bf (diff)
downloadpep8-a5fd95ccdd51d8d02563325daa37427ba3e60f83.tar.gz
Back to development.
-rw-r--r--CHANGES.txt6
-rwxr-xr-xpep8.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ebc0f56..e573a98 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,12 @@ Changelog
=========
+1.x (UNRELEASED)
+----------------
+
+* ...
+
+
1.3.1 (2012-06-18)
------------------
diff --git a/pep8.py b/pep8.py
index 8f2316f..9968bd7 100755
--- a/pep8.py
+++ b/pep8.py
@@ -93,7 +93,7 @@ for space.
"""
-__version__ = '1.3.1'
+__version__ = '1.3.2a0'
import os
import sys