Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-boris authored Jun 9, 2023
2 parents 8a21293 + 6aff681 commit 60557e6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 4 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# execution_engine2 (ee2) release notes
=========================================

## 0.0.12
## 0.0.13
* Bump version in impl file

## 0.0.12
* Forcing black to 22.1.0 to make sure that GHA doesn't suddenly fail
* Prevent jobs that never ran from submitting job execution stats


## 0.0.11
* Add ability for `kbase` user to contact condor via token

Expand Down
2 changes: 1 addition & 1 deletion kbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ service-language:
python

module-version:
0.0.8
0.0.13

owners:
[bsadkhin, tgu2, wjriehl, gaprice]
Expand Down
7 changes: 4 additions & 3 deletions lib/execution_engine2/execution_engine2Impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ 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"
Expand Down

0 comments on commit 60557e6

Please sign in to comment.