summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-02-24 16:28:44 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-02-24 16:28:44 +0100
commit1603f936555bed334f8a70e7e22cd92c09d4d4e9 (patch)
tree3b171f002a6c8dfd737d4f88f21ac487d2c38a80
parent9e8fdd0e05be1c2a5eafdfb62bf62aa5b854f6fc (diff)
downloadpep8-1603f936555bed334f8a70e7e22cd92c09d4d4e9.tar.gz
Release version 1.4.41.4.4
-rw-r--r--CHANGES.txt2
-rwxr-xr-xpep8.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6e0389d..048fd63 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,7 @@ Changelog
=========
-1.4.x (unreleased)
+1.4.4 (2013-02-24)
------------------
* Report E227 or E228 instead of E225 for whitespace around bitwise, shift
diff --git a/pep8.py b/pep8.py
index 5df1494..7017712 100755
--- a/pep8.py
+++ b/pep8.py
@@ -45,7 +45,7 @@ W warnings
700 statements
900 syntax error
"""
-__version__ = '1.4.4a0'
+__version__ = '1.4.4'
import os
import sys