Skip to content

Commit 5f040a8

Browse files
committed
1.7.2 release
1 parent 721db39 commit 5f040a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* V1.7.2dev
1+
* V1.7.2
22
* added the --wfe_host and --wfe_host flags to "ck start web".
33
* improved API when starting CK server and a browser at the same time ...
44
* added info about Docker support in CK

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.7.2dev"
13+
__version__ = "1.7.2"
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
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='ck',
13-
version='1.7.2dev',
13+
version='1.7.2',
1414
url='https://github.com/ctuning/ck/wiki',
1515
license='BSD 3-clause',
1616
author='Grigori Fursin and non-profit cTuning foundation',

0 commit comments

Comments
 (0)