Skip to content

Commit

Permalink
0.0.38
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 16, 2023
1 parent 98b5f65 commit 6eaff6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.0.38 (2023-03-16)
### Other
* Clientmanager: fix sending cluster info, rollback dumping logs ([`98b5f65`](https://github.com/WIPACrepo/SkyDriver/commit/98b5f659af8b10c677954e817ecd9cb31c4b0368))

## v0.0.37 (2023-03-15)
### Other
* Clientmanager: use `/bin/bash` ([`4d8e25c`](https://github.com/WIPACrepo/SkyDriver/commit/4d8e25c95e1de53eb4da1f97f3f38b0c5f90d2b1))
Expand Down
2 changes: 1 addition & 1 deletion skydriver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "0.0.37"
__version__ = "0.0.38"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit 6eaff6e

Please sign in to comment.