We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8fdd0 commit 1603f93Copy full SHA for 1603f93
2 files changed
CHANGES.txt
@@ -2,7 +2,7 @@ Changelog
2
=========
3
4
5
-1.4.x (unreleased)
+1.4.4 (2013-02-24)
6
------------------
7
8
* Report E227 or E228 instead of E225 for whitespace around bitwise, shift
pep8.py
@@ -45,7 +45,7 @@
45
700 statements
46
900 syntax error
47
"""
48
-__version__ = '1.4.4a0'
+__version__ = '1.4.4'
49
50
import os
51
import sys
0 commit comments