From d2c3ce32559ebf97fd90f72d58f5cab95eca4710 Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Mon, 27 Feb 2017 10:57:16 +0100 Subject: [PATCH] preparing 1.8.7 for 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 b50bd74750..e25be810a2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -* V1.8.6.1 +* V1.8.7 * fixed major bug with default license/author (to avoid crashing when adding new module) * fixed minor bug in API when starting CK web service and viewing entry (wcid option) * allow ~ in an archive name when archiving CK entries using 'ck zip ...' diff --git a/ck/kernel.py b/ck/kernel.py index 8deda1beb4..79966ce601 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.8.6.1" # We use 3 digits for the main (released) version and 4th digit for development revision - # Do not use characters (to detect oudated version)! +__version__ = "1.8.7" # We use 3 digits for the main (released) version and 4th digit for development revision + # Do not use characters (to detect oudated version)! # Extra modules global for the whole kernel import sys diff --git a/setup.py b/setup.py index 66b164dce0..98d3b033bc 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='ck', - version='1.8.6.1', + version='1.8.7', url='https://github.com/ctuning/ck/wiki', license='BSD 3-clause', author='Grigori Fursin and non-profit cTuning foundation',