-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump version * Update RELEASE_NOTES.md --------- Co-authored-by: Boris <[email protected]>
- Loading branch information
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ service-language: | |
python | ||
|
||
module-version: | ||
0.0.8 | ||
0.0.13 | ||
|
||
owners: | ||
[bsadkhin, tgu2, wjriehl, gaprice] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,9 +28,9 @@ class execution_engine2: | |
# state. A method could easily clobber the state set by another while | ||
# the latter method is running. | ||
######################################### noqa | ||
VERSION = "0.0.8" | ||
GIT_URL = "" | ||
GIT_COMMIT_HASH = "" | ||
VERSION = "0.0.13" | ||
GIT_URL = "[email protected]:kbase/execution_engine2.git" | ||
GIT_COMMIT_HASH = "3e9f80f38458d7b383d2e028f15213b0fcb1a77e" | ||
|
||
# BEGIN_CLASS_HEADER | ||
MONGO_COLLECTION = "jobs" | ||
|