summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-03-06 19:52:54 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-03-06 19:52:54 +0100
commitd33b154db40cf22237db5cacbe88e0b0f14a5cdb (patch)
treea0e138b33ce0fd28c117132a204eb6f1a6e140ad
parentd9d848a295bbf98844ad48ebb7b687c0f266a751 (diff)
downloadpep8-1.4.5.tar.gz
Release version 1.4.51.4.5
-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 573fb24..d260dfe 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,8 +2,8 @@ Changelog
=========
-1.x (unreleased)
-----------------
+1.4.5 (2013-03-06)
+------------------
* When no path is specified, do not try to read from stdin. The feature
was added in 1.4.3, but it is not supported on Windows. Use ``-``
diff --git a/pep8.py b/pep8.py
index c2f3769..f99ae3a 100755
--- a/pep8.py
+++ b/pep8.py
@@ -45,7 +45,7 @@ W warnings
700 statements
900 syntax error
"""
-__version__ = '1.4.5a0'
+__version__ = '1.4.5'
import os
import sys