Skip to content

Commit fbf6ad1

Browse files
committed
since we had a vulnerability fixed, we were suggested to release CK as a new subversion
1 parent 04774d5 commit fbf6ad1

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGES.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
* V1.6.17dev
2-
3-
* V1.6.16
1+
* V1.7.1
42
* fixing detection of CK installation even when ck is soft linked
53
* changing remote-ck repo URL pointing to cknowledge.org
64
(after moving personal CK server to Azure cloud)

ck/kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# CK kernel - we made it monolithic with a minimal set
1111
# of common functions for performance reasons
1212

13-
__version__ = "1.6.16dev"
13+
__version__ = "1.7.1"
1414

1515
# Extra modules global for the whole kernel
1616
import sys

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='ck',
12-
version='1.6.17dev',
12+
version='1.7.1',
1313
url='https://github.com/ctuning/ck/wiki',
1414
license='BSD 3-clause',
1515
author='Grigori Fursin and non-profit cTuning foundation',

0 commit comments

Comments
 (0)