From 8f8f1d217605c7b7ee33f208e8fbe65877d64c89 Mon Sep 17 00:00:00 2001 From: Itai Shirav Date: Wed, 16 Aug 2017 13:07:39 +0300 Subject: [PATCH] Update version of isolated python --- buildout.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 004a6fd..5ea6da5 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -3,7 +3,7 @@ prefer-final = false newest = false download-cache = .cache develop = . -parts = +parts = [project] name = infi.clickhouse_orm @@ -29,7 +29,7 @@ homepage = https://github.com/Infinidat/infi.clickhouse_orm [isolated-python] recipe = infi.recipe.python -version = v2.7.9.4 +version = v2.7.12.4 [setup.py] recipe = infi.recipe.template.version