Skip to content

Commit 1603f93

Browse files
committed
Release version 1.4.4
1 parent 9e8fdd0 commit 1603f93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Changelog
22
=========
33

44

5-
1.4.x (unreleased)
5+
1.4.4 (2013-02-24)
66
------------------
77

88
* Report E227 or E228 instead of E225 for whitespace around bitwise, shift

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.4a0'
48+
__version__ = '1.4.4'
4949

5050
import os
5151
import sys

0 commit comments

Comments
 (0)