Skip to content

Commit b6725ba

Browse files
committed
V1.7.3 release
1 parent 4fcd705 commit b6725ba

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.3dev
1+
* V1.7.3
22
* fixed rare bug when 'return' is non-integer in remote CK access (such as during crowd-tuning and crowd-testing)
33
* fixed copying to clipboard on Windows
44
* fixed __init__.py when using CK from scripts/ipython/jupyter (calling init())

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.3dev"
13+
__version__ = "1.7.3"
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.3dev',
13+
version='1.7.3',
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)