File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- * V1.8.6.1
1
+ * V1.8.7
2
2
* fixed major bug with default license/author (to avoid crashing when adding new module)
3
3
* fixed minor bug in API when starting CK web service and viewing entry (wcid option)
4
4
* allow ~ in an archive name when archiving CK entries using 'ck zip ...'
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.8.6.1 " # We use 3 digits for the main (released) version and 4th digit for development revision
14
- # Do not use characters (to detect oudated version)!
13
+ __version__ = "1.8.7 " # We use 3 digits for the main (released) version and 4th digit for development revision
14
+ # Do not use characters (to detect oudated version)!
15
15
16
16
# Extra modules global for the whole kernel
17
17
import sys
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = 'ck' ,
13
- version = '1.8.6.1 ' ,
13
+ version = '1.8.7 ' ,
14
14
url = 'https://github.com/ctuning/ck/wiki' ,
15
15
license = 'BSD 3-clause' ,
16
16
author = 'Grigori Fursin and non-profit cTuning foundation' ,
You can’t perform that action at this time.
0 commit comments