From 1e1ac080137bbacb3ddb1fb9c95315ee12d8feff Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 7 Apr 2023 16:02:03 +0000 Subject: [PATCH] 0.0.58 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ clientmanager/__init__.py | 2 +- skydriver/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff810aef..d83f4065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.0.58 (2023-04-07) +### Other +* Put Statup Files in S3 ([#22](https://github.com/WIPACrepo/SkyDriver/issues/22)) ([`654439d`](https://github.com/WIPACrepo/SkyDriver/commit/654439d6349323f7dbedb3e89c2572d1d0367f39)) + ## v0.0.57 (2023-04-06) ### Other * Don't Persist Condor Outputs When Not Needed ([#21](https://github.com/WIPACrepo/SkyDriver/issues/21)) ([`1ea84b6`](https://github.com/WIPACrepo/SkyDriver/commit/1ea84b6d38c15358efe4750859ee162cbc8332d3)) diff --git a/clientmanager/__init__.py b/clientmanager/__init__.py index 7fba2171..5502f35d 100644 --- a/clientmanager/__init__.py +++ b/clientmanager/__init__.py @@ -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.57" +__version__ = "0.0.58" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/skydriver/__init__.py b/skydriver/__init__.py index 7fba2171..5502f35d 100644 --- a/skydriver/__init__.py +++ b/skydriver/__init__.py @@ -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.57" +__version__ = "0.0.58" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),