Skip to content

Commit a7e493b

Browse files
committed
commiting 1.7.4 version for release
1 parent a9497bf commit a7e493b

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.4dev
1+
* V1.7.4
22
* extended run_and_get_stdout kernel function
33
* fixed problem in run_and_get_stdout (ValueError: I/O operation on closed file)
44
* fixed problem with --help or --get_api from kernel

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