summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-26 12:00:08 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-26 12:00:08 +0100
commitbbf35c8c2fb0d668089dfe7aba500c94510d353f (patch)
tree4f4297f77bd4a82039524341d07b1b2ab859eb76
parent1e788d2a6ede52af99f6ff33e4589257ff7c7e6e (diff)
downloadpep8-bbf35c8c2fb0d668089dfe7aba500c94510d353f.tar.gz
Release version 1.51.5
-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 963234d..830554b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,7 @@ Changelog
=========
-1.x (unreleased)
+1.5 (2014-03-26)
----------------
Changes:
diff --git a/pep8.py b/pep8.py
index 202e929..7625736 100755
--- a/pep8.py
+++ b/pep8.py
@@ -45,7 +45,7 @@ W warnings
700 statements
900 syntax error
"""
-__version__ = '1.5.0a0'
+__version__ = '1.5.0'
import os
import sys