Skip to content

Commit

Permalink
Preparing V1.50 with collected CK modules for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Nov 15, 2020
1 parent 59a9fba commit d50de1f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
* V1.17.0.1
* V1.50.0
* Added stable modules from different CK repositories (Issue #120)

* Added ck list_tags {CID} to list all tags from found entries (uses search function)
* Converted python files to PEP8 style using autopep8
* Fixed bug with "ck unzip repo" if ckr.zip if not present
* Added command "get_default_repo" to print the path to the default repo inside CK
* Added stable modules from different CK repositories (Issue #120)

========================================================================================

* V1.17.0
* Updated description of all CK APIs in Google format!
Expand Down
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
include CHANGES.txt
include CONTRIBUTIONS.txt
include CONTRIBUTING.md
include COPYRIGHT.txt
include LICENSE.txt
include README.md
include TODO.txt
include ChangeLog
include set-env.sh

Expand Down
2 changes: 1 addition & 1 deletion ck/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


# We use 3 digits for the main (released) version and 4th digit for development revision
__version__ = "1.17.0.1"
__version__ = "1.50.0"
# Do not use characters (to detect outdated version)!

# Import packages that are global for the whole kernel
Expand Down

0 comments on commit d50de1f

Please sign in to comment.