From 88e711da4bccd6626f12f5b3bd883ae12994fffe Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Thu, 30 Oct 2014 14:01:32 +0100 Subject: [PATCH] release 1.12.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1da58a..b08dbbb 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.1' +VERSION = '1.12.2' def get_version(): if os.path.exists('VERSION'):