Skip to content

Commit d2c3ce3

Browse files
committed
preparing 1.8.7 for release
1 parent 12a0a50 commit d2c3ce3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.6.1
1+
* V1.8.7
22
* fixed major bug with default license/author (to avoid crashing when adding new module)
33
* fixed minor bug in API when starting CK web service and viewing entry (wcid option)
44
* allow ~ in an archive name when archiving CK entries using 'ck zip ...'

ck/kernel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# CK kernel - we made it monolithic with a minimal set
1111
# of common functions for performance reasons
1212

13-
__version__ = "1.8.6.1" # We use 3 digits for the main (released) version and 4th digit for development revision
14-
# Do not use characters (to detect oudated version)!
13+
__version__ = "1.8.7" # We use 3 digits for the main (released) version and 4th digit for development revision
14+
# Do not use characters (to detect oudated version)!
1515

1616
# Extra modules global for the whole kernel
1717
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.6.1',
13+
version='1.8.7',
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)