From 21a69cbabc71efec21aeb001caf65934848d2e7d Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Wed, 29 May 2019 16:26:20 +0200 Subject: [PATCH] 1.9.8 release --- CHANGES.txt | 2 +- ck/kernel.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 8b6970f1c8..dcb7a182fd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -* V1.9.7.1 +* V1.9.8 * improved OpenME to call CK in dynamic websites * added passing of $_SESSION, $_POST, $_GET to CK via OpenME * added "Access-Control-Allow-Origin=*" to module:web diff --git a/ck/kernel.py b/ck/kernel.py index acd09d51ee..1c1b333ea2 100644 --- a/ck/kernel.py +++ b/ck/kernel.py @@ -10,8 +10,8 @@ # CK kernel - we made it monolithic with a minimal set # of common functions for performance reasons -__version__ = "1.9.7.1" # We use 3 digits for the main (released) version and 4th digit for development revision - # Do not use characters (to detect outdated version)! +__version__ = "1.9.8" # We use 3 digits for the main (released) version and 4th digit for development revision + # Do not use characters (to detect outdated version)! # Extra modules global for the whole kernel import sys diff --git a/setup.py b/setup.py index 89580c5d41..9b991d33bc 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='ck', - version='1.9.7.1', + version='1.9.8', url='https://github.com/ctuning/ck/wiki', license='BSD 3-clause', author='Grigori Fursin and the cTuning foundation',