Skip to content

Commit 082a686

Browse files
committed
V1.8.2 release
1 parent 3f03268 commit 082a686

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-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.8.2dev
1+
* V1.8.2
22
* fixed bug in 'remove_action' in CK kernel
33
* fixed issue in "run_and_get_stdout" on Windows
44
* printing module UOA in square brackets when error (useful for debugging)

CONTRIBUTIONS.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,12 @@ O: Xored, Russia
220220
C: added continuous integration, various tests and fixed various problems with crowdtuning on MacOS
221221
W:
222222

223+
N: Daniil Efremov
224+
E:
225+
O: Xored, Russia
226+
C: testing and improving CK
227+
W:
228+
223229
N: Michael Mcgeagh
224230
E:
225231
O: ARM, UK

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