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.7.2dev
1
+ * V1.7.2
2
2
* added the --wfe_host and --wfe_host flags to "ck start web".
3
3
* improved API when starting CK server and a browser at the same time ...
4
4
* added info about Docker support in CK
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.7.2dev "
13
+ __version__ = "1.7.2 "
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 10
10
11
11
setup (
12
12
name = 'ck' ,
13
- version = '1.7.2dev ' ,
13
+ version = '1.7.2 ' ,
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