Skip to content

Commit

Permalink
preparing 1.6.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Sep 25, 2015
1 parent eecca74 commit e5ad23d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* development
* V1.6.5
* fixing port selection from CMD for CK web service
(ck start web --port={PORT})
* fixing bug in Python 3 for 'ck status'
Expand Down
3 changes: 2 additions & 1 deletion ck/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
con_encoding='' # Use non-default console encoding

cfg={
"version":["1", "6", "5"],

"name":"Collective Knowledge",
"desc":"exposing ad-hoc experimental setups to extensible repository and big data predictive analytics",
"cmd":"ck <action> $#module_uoa#$ (cid1/uid1) (cid2/uid2) (cid3/uid3) key_i=value_i ... @file.json",
Expand Down Expand Up @@ -47,7 +49,6 @@
"detect_cur_cid":"#",
"detect_cur_cid1":"^",

"version":["1", "6", "4"],
"error":"CK error: ",
"json_sep":"*** ### --- CK JSON SEPARATOR --- ### ***",
"default_module":"data",
Expand Down
2 changes: 1 addition & 1 deletion condarecipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: ck
version: 1.5.0917
version: 1.6.5

source:
path: ..
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
python-ck (1.6.5) unstable; urgency=low

* fixing port selection from CMD for CK web service
(ck start web --port=PORT)
* fixing bug in Python 3 for 'ck status'
* improving help
* fixing bug with pip installation on Anaconda for Windows
* fixing bug with pip installation on Linux
* adding CK_PYTHON to change interpreter on Linux (for example python3)

-- Grigori Fursin <[email protected]> 25 Sep 2015 11:12:13 +0100

python-ck (1.6.4) unstable; urgency=low

* Support ISO and human readable time during search
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='ck',
version='1.6.4',
version='1.6.5',
url='https://github.com/ctuning/ck/wiki',
license='BSD 3-clause',
author='Grigori Fursin and non-profit cTuning foundation',
Expand Down
2 changes: 1 addition & 1 deletion setup.py.debian
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ from distutils.core import setup

setup(
name='ck',
version='1.6.4',
version='1.6.5',
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 e5ad23d

Please sign in to comment.