summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-02-22 08:21:31 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-02-22 08:21:31 +0100
commitc783b3bb2ce8fe51a91430ee31adf1133abf4361 (patch)
tree64021cd79eca4b239ecd94013b40970459ba76e3
parentde9157c829acf589d953261327252eeb6a740f0e (diff)
downloadpep8-c783b3bb2ce8fe51a91430ee31adf1133abf4361.tar.gz
Release version 1.4.31.4.3
-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 bc487dd..fa3dbab 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,7 @@ Changelog
=========
-1.4.x (unreleased)
+1.4.3 (2013-02-22)
------------------
* Hide the ``--doctest`` and ``--testsuite`` options when installed.
diff --git a/pep8.py b/pep8.py
index 342ec24..0b63f71 100755
--- a/pep8.py
+++ b/pep8.py
@@ -45,7 +45,7 @@ W warnings
700 statements
900 syntax error
"""
-__version__ = '1.4.3a0'
+__version__ = '1.4.3'
import os
import sys