Release version 1.5.7
authorFlorent Xicluna <florent.xicluna@gmail.com>
Thu, 29 May 2014 16:57:00 +0000 (18:57 +0200)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Thu, 29 May 2014 16:57:00 +0000 (18:57 +0200)
CHANGES.txt
pep8.py

index 2685e93c35c1df25ec16aafc401e9fa678155c6e..d3daac824d11f145efc76cebde393e4f8702e09b 100644 (file)
@@ -2,8 +2,8 @@ Changelog
 =========
 
 
-1.x (unreleased)
-----------------
+1.5.7 (2014-05-29)
+------------------
 
 Bug fixes:
 
diff --git a/pep8.py b/pep8.py
index 92042fba12aa26ea917d16883264d6b72aca62ee..f605f189fab31af0edff9b3b076104bc3e61d91c 100755 (executable)
--- a/pep8.py
+++ b/pep8.py
@@ -46,7 +46,7 @@ W warnings
 """
 from __future__ import with_statement
 
-__version__ = '1.5.7a0'
+__version__ = '1.5.7'
 
 import os
 import sys