Skip to content

Commit d33b154

Browse files
committed
Release version 1.4.5
1 parent d9d848a commit d33b154

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Changelog
22
=========
33

44

5-
1.x (unreleased)
6-
----------------
5+
1.4.5 (2013-03-06)
6+
------------------
77

88
* When no path is specified, do not try to read from stdin. The feature
99
was added in 1.4.3, but it is not supported on Windows. Use ``-``

pep8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
700 statements
4646
900 syntax error
4747
"""
48-
__version__ = '1.4.5a0'
48+
__version__ = '1.4.5'
4949

5050
import os
5151
import sys

0 commit comments

Comments
 (0)