Skip to content

Commit

Permalink
commiting 1.7.4 version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Aug 23, 2016
1 parent a9497bf commit a7e493b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* V1.7.4dev
* V1.7.4
* extended run_and_get_stdout kernel function
* fixed problem in run_and_get_stdout (ValueError: I/O operation on closed file)
* fixed problem with --help or --get_api from kernel
Expand Down
2 changes: 1 addition & 1 deletion ck/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# CK kernel - we made it monolithic with a minimal set
# of common functions for performance reasons

__version__ = "1.7.4dev"
__version__ = "1.7.4"

# Extra modules global for the whole kernel
import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='ck',
version='1.7.4dev',
version='1.7.4',
url='https://github.com/ctuning/ck/wiki',
license='BSD 3-clause',
author='Grigori Fursin and non-profit cTuning foundation',
Expand Down

0 comments on commit a7e493b

Please sign in to comment.