summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-12-18 23:29:46 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-12-18 23:29:46 +0100
commit089e60f65db41a32506c7c4bf3739da94e326c97 (patch)
treed887a024c349a667f7494c1ff5e4d75446950360
parent345919934c7b3cd3d2a908660eee421506e1bb67 (diff)
downloadpep8-089e60f65db41a32506c7c4bf3739da94e326c97.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 8e4f0ea..8fe696e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,12 @@ Changelog
=========
+1.x (UNRELEASED)
+----------------
+
+* ...
+
+
1.3.4 (2012-12-18)
------------------
diff --git a/pep8.py b/pep8.py
index 822dd28..bc70e53 100755
--- a/pep8.py
+++ b/pep8.py
@@ -94,7 +94,7 @@ for space.
"""
-__version__ = '1.3.4'
+__version__ = '1.3.5a'
import os
import sys