File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- * V1.6.14x
1
+ * V1.6.15
2
2
* adding mode to skip tmp files/directories when downloading entry
3
3
* fixing bug in entry downloader
4
4
* adding __version__ to CK kernel
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.14x "
13
+ __version__ = "1.6.15 "
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.14x ' ,
12
+ version = '1.6.15 ' ,
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