We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d848a commit d33b154Copy full SHA for d33b154
2 files changed
CHANGES.txt
@@ -2,8 +2,8 @@ Changelog
2
=========
3
4
5
-1.x (unreleased)
6
-----------------
+1.4.5 (2013-03-06)
+------------------
7
8
* When no path is specified, do not try to read from stdin. The feature
9
was added in 1.4.3, but it is not supported on Windows. Use ``-``
pep8.py
@@ -45,7 +45,7 @@
45
700 statements
46
900 syntax error
47
"""
48
-__version__ = '1.4.5a0'
+__version__ = '1.4.5'
49
50
import os
51
import sys
0 commit comments