Skip to content

Commit

Permalink
releasing V1.9.1 with experimental support for stable repos
Browse files Browse the repository at this point in the history
(particularly useful for Artifact Evaluation)
  • Loading branch information
gfursin committed Apr 29, 2017
1 parent b67bdbf commit f3746d8
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 29 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
* V1.8.7.1
* V1.9.1
* added ck.debug_out(i) to print dict to console
* fixed strange warnings for Python 3.5+ on Windows and Linux (when installed via pip)
* fixed repo renewing on latest Windows (when access error to Git files)
* added ck show repo to show git status of all repos
* started highly experimental support for stable repos or different branches/checkouts
(particularly useful for Artifact Evaluation to check out only stable repos)

* V1.8.7
* fixed major bug with default license/author (to avoid crashing when adding new module)
Expand Down
4 changes: 2 additions & 2 deletions ck/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# CK kernel - we made it monolithic with a minimal set
# of common functions for performance reasons

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

# Extra modules global for the whole kernel
import sys
Expand Down
3 changes: 3 additions & 0 deletions ck/repo/module/repo/.cm/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
"renew": {
"desc": "renew repository (remove fully and pull again)"
},
"reset": {
"desc": "reset git repos (default branch)"
},
"rm": {
"desc": "remove repository from CK"
},
Expand Down
Loading

0 comments on commit f3746d8

Please sign in to comment.