Skip to content

Commit

Permalink
V1.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Oct 4, 2017
1 parent 0c3d942 commit acd9779
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* V1.9.1.1
* V1.9.2
* added "ck cd {CK entry}" to open a new shell in a given CK entry
* added ck.compare_dicts examples
* fixed some self tests
Expand Down
4 changes: 2 additions & 2 deletions ck/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# CK kernel - we made it monolithic with a minimal set
# of common functions for performance reasons

__version__ = "1.9.1.1" # We use 3 digits for the main (released) version and 4th digit for development revision
# Do not use characters (to detect outdated version)!
__version__ = "1.9.2" # We use 3 digits for the main (released) version and 4th digit for development revision
# Do not use characters (to detect outdated version)!

# Extra modules global for the whole kernel
import sys
Expand Down
2 changes: 2 additions & 0 deletions ck/repo/module/kernel/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,8 @@ def setup(i):
def set(i):
"""
Input: {
(kernel key) (=xyz)
or
var.(kernel key) (=xyz)
for example, "ck set kernel var.install_to_env" will print install_to_env var
"ck set kernel var.install_to_env=yes" will set install_to_env var to yes
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.9.1.1',
version='1.9.2',
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 acd9779

Please sign in to comment.