Skip to content

Commit

Permalink
* auto-install Python requirements from pulled repositories
Browse files Browse the repository at this point in the history
* added --bash to docker:module to run bash in a container
* removed outdated and unnecessary files
* added --command flag to "run docker" to run a specific command such as
  ck run docker:xyz --command="ck show env"
  • Loading branch information
gfursin committed May 27, 2021
1 parent 56e4bc6 commit 8cfe150
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
* V2.4.0.1
* V2.5.0
* auto-install Python requirements from pulled repositories
* added --bash to docker:module to run bash in a container
* removed outdated and unnecessary files
* added --command flag to "run docker" to run a specific command such as
ck run docker:xyz --command="ck show env"
* auto-install Python requirements from pulled repositories

* V2.4.0
* added module "docker.template" to support adaptive CK containers
Expand Down
2 changes: 1 addition & 1 deletion ck/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


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

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

0 comments on commit 8cfe150

Please sign in to comment.