Release version 1.5.6
authorFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 14 Apr 2014 17:04:18 +0000 (19:04 +0200)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 14 Apr 2014 17:04:18 +0000 (19:04 +0200)
CHANGES.txt
pep8.py

index 49921f24b02c332850aa11d8c71496d3a32b51a4..a90262a866338ad55b450672270d40e3610571c5 100644 (file)
@@ -2,8 +2,8 @@ Changelog
 =========
 
 
-1.x (unreleased)
-----------------
+1.5.6 (2014-04-14)
+------------------
 
 Bug fixes:
 
diff --git a/pep8.py b/pep8.py
index 8a3c542c7b4e9efb82de01c5f14d9974cfd3bda4..2c683ab16acb668b90834097ab34aea00104678c 100755 (executable)
--- a/pep8.py
+++ b/pep8.py
@@ -46,7 +46,7 @@ W warnings
 """
 from __future__ import with_statement
 
-__version__ = '1.5.6a0'
+__version__ = '1.5.6'
 
 import os
 import sys