From 4c671a4f4589abc009d63c92df684f99cfcd0429 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Fri, 9 Jan 2015 18:44:47 +0100 Subject: [PATCH] release 1.12.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba8e01d..6a94a89 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ import distutils.core from distutils.command.sdist import sdist from quixote.ptl.qx_distutils import qx_build_py -VERSION = '1.12.8' +VERSION = '1.12.9' def get_version(): if os.path.exists('VERSION'):