Skip to content

Commit

Permalink
V1.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Aug 2, 2016
1 parent 4fcd705 commit b6725ba
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.3dev
* V1.7.3
* fixed rare bug when 'return' is non-integer in remote CK access (such as during crowd-tuning and crowd-testing)
* fixed copying to clipboard on Windows
* fixed __init__.py when using CK from scripts/ipython/jupyter (calling init())
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.3dev"
__version__ = "1.7.3"

# 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.3dev',
version='1.7.3',
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 b6725ba

Please sign in to comment.