summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-04 21:47:24 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-04 21:47:24 +0200
commit310746ed7ad69c9b294ad3967e5dd5c19f91b9b9 (patch)
treea0367467575c24f09bd64017a99a52878a4167cd
parent45c4a3b9e2b16ecaebaafc84f65ff4c20a9c89d8 (diff)
downloadpep8-310746ed7ad69c9b294ad3967e5dd5c19f91b9b9.tar.gz
Release version 1.5.31.5.3
-rw-r--r--CHANGES.txt2
-rwxr-xr-xpep8.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7f75e4b..9fe2257 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,7 @@ Changelog
=========
-1.5.x (unreleased)
+1.5.3 (2014-04-04)
------------------
Bug fixes:
diff --git a/pep8.py b/pep8.py
index a47c22c..dbe6bda 100755
--- a/pep8.py
+++ b/pep8.py
@@ -46,7 +46,7 @@ W warnings
"""
from __future__ import with_statement
-__version__ = '1.5.3a0'
+__version__ = '1.5.3'
import os
import sys