Skip to content

Commit e5ad23d

Browse files
committed
preparing 1.6.5 version
1 parent eecca74 commit e5ad23d

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* development
1+
* V1.6.5
22
* fixing port selection from CMD for CK web service
33
(ck start web --port={PORT})
44
* fixing bug in Python 3 for 'ck status'

ck/kernel.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
con_encoding='' # Use non-default console encoding
2121

2222
cfg={
23+
"version":["1", "6", "5"],
24+
2325
"name":"Collective Knowledge",
2426
"desc":"exposing ad-hoc experimental setups to extensible repository and big data predictive analytics",
2527
"cmd":"ck <action> $#module_uoa#$ (cid1/uid1) (cid2/uid2) (cid3/uid3) key_i=value_i ... @file.json",
@@ -47,7 +49,6 @@
4749
"detect_cur_cid":"#",
4850
"detect_cur_cid1":"^",
4951

50-
"version":["1", "6", "4"],
5152
"error":"CK error: ",
5253
"json_sep":"*** ### --- CK JSON SEPARATOR --- ### ***",
5354
"default_module":"data",

condarecipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: ck
3-
version: 1.5.0917
3+
version: 1.6.5
44

55
source:
66
path: ..

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
python-ck (1.6.5) unstable; urgency=low
2+
3+
* fixing port selection from CMD for CK web service
4+
(ck start web --port=PORT)
5+
* fixing bug in Python 3 for 'ck status'
6+
* improving help
7+
* fixing bug with pip installation on Anaconda for Windows
8+
* fixing bug with pip installation on Linux
9+
* adding CK_PYTHON to change interpreter on Linux (for example python3)
10+
11+
-- Grigori Fursin <[email protected]> 25 Sep 2015 11:12:13 +0100
12+
113
python-ck (1.6.4) unstable; urgency=low
214

315
* Support ISO and human readable time during search

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.4',
12+
version='1.6.5',
1313
url='https://github.com/ctuning/ck/wiki',
1414
license='BSD 3-clause',
1515
author='Grigori Fursin and non-profit cTuning foundation',

setup.py.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ from distutils.core import setup
99

1010
setup(
1111
name='ck',
12-
version='1.6.4',
12+
version='1.6.5',
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)