Skip to content

Commit

Permalink
Bump version to 0.0.13 (#469)
Browse files Browse the repository at this point in the history
* Bump version
* Update RELEASE_NOTES.md

---------

Co-authored-by: Boris <[email protected]>
  • Loading branch information
bio-boris and Boris authored Jun 9, 2023
1 parent dd2c2cc commit 6aff681
Show file tree
Hide file tree
Showing 3 changed files with 8 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
6 changes: 3 additions & 3 deletions lib/execution_engine2/execution_engine2Impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6aff681

Please sign in to comment.