Skip to content

Commit

Permalink
Assigning new version
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Feb 2, 2015
1 parent c43c1f2 commit b665280
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
11 changes: 9 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
v0.1.140810, 2014-11-05 -- starting point
v1.0.1214.beta, 2014-12-14 -- stable pre-release for collaborators
# v0.1.140810, 2014-11-05 -- starting point

# v1.0.1214.beta, 2014-12-14 -- stable pre-release for collaborators

# V1.1.0201, 2014-02-01 -- stable pre-release for collaborators

* Adding many user-friendly functions
* Ading basic CK web browser. See demo: http://cknowledge.org/repo
* Small bug fixes
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ light-weight, plugin-based and technology neutral framework and
repository for low-level knowledge management and exchange.

It is intended to help users organize, describe, preserve,
cross-link, find, share (or P2P exchange), cite and reuse any
cross-link, find, share, exchange, cite and reuse any
code and data on their devices, in workgroups or in a cloud.

CK lets users gradually organize their files (code and data)
CK helps users gradually organize their files (code and data)
locally into cross-linked entries with DOI-style UIDs, simple and
unified API (through CK modules written in Python), and
JSON-based, schema-free and extensible meta-description, thus
Expand Down Expand Up @@ -43,6 +43,9 @@ auto-tuning and co-design combined with machine learning
* collaborative and reproducible R&D in computer engineering
(http://c-mind.org/reproducibility)

Live demo of the Collective Knowledge browser:
* http://cknowledge.org/repo

Further information (documentation, user scenarios
and developer guide):
* https://github.com/ctuning/ck/wiki
Expand Down
2 changes: 1 addition & 1 deletion ck/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"default_developer_email":"[email protected]",
"default_developer_webpage":"http://cTuning.org",

"version":["1", "0", "1215", "beta"],
"version":["1", "1", "0201"],
"error":"CK error: ",
"json_sep":"*** ### --- CK JSON SEPARATOR --- ### ***",
"default_module":"data",
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.0.1215.beta',
version='1.1.0201',
url='https://github.com/ctuning/ck',
license='BSD 3-clause',
author='Grigori Fursin and the cTuning foundation',
Expand Down

0 comments on commit b665280

Please sign in to comment.