Skip to content

Commit 5201a86

Browse files
committed
tagging new version
1 parent 25ed2f9 commit 5201a86

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.6.14x
1+
* V1.6.15
22
* adding mode to skip tmp files/directories when downloading entry
33
* fixing bug in entry downloader
44
* adding __version__ to CK 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.6.14x"
13+
__version__ = "1.6.15"
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
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='ck',
12-
version='1.6.14x',
12+
version='1.6.15',
1313
url='https://github.com/ctuning/ck/wiki',
1414
license='BSD 3-clause',
1515
author='Grigori Fursin and non-profit cTuning foundation',

0 commit comments

Comments
 (0)