File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- * V1.6.17dev
2
-
3
- * V1.6.16
1
+ * V1.7.1
4
2
* fixing detection of CK installation even when ck is soft linked
5
3
* changing remote-ck repo URL pointing to cknowledge.org
6
4
(after moving personal CK server to Azure cloud)
Original file line number Diff line number Diff line change 10
10
# CK kernel - we made it monolithic with a minimal set
11
11
# of common functions for performance reasons
12
12
13
- __version__ = "1.6.16dev "
13
+ __version__ = "1.7.1 "
14
14
15
15
# Extra modules global for the whole kernel
16
16
import sys
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'ck' ,
12
- version = '1.6.17dev ' ,
12
+ version = '1.7.1 ' ,
13
13
url = 'https://github.com/ctuning/ck/wiki' ,
14
14
license = 'BSD 3-clause' ,
15
15
author = 'Grigori Fursin and non-profit cTuning foundation' ,
You can’t perform that action at this time.
0 commit comments