From 7328e8842a0c588f360a7c92d156420f463dc738 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 7 Apr 2023 16:20:49 +0000 Subject: [PATCH] 0.0.59 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ clientmanager/__init__.py | 2 +- skydriver/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d83f4065..0a97a08d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v0.0.59 (2023-04-07) +### Other +* update requirements-clientmanager.txt ([`fda62b5`](https://github.com/WIPACrepo/SkyDriver/commit/fda62b59f87d6005f35c34bb00f2a8dc24a11890)) +* Require `boto3` (not `boto`) ([`6f58e24`](https://github.com/WIPACrepo/SkyDriver/commit/6f58e24a5681438dfa98b9ee25d12ddda2641131)) + ## 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)) diff --git a/clientmanager/__init__.py b/clientmanager/__init__.py index 5502f35d..c1c2fad2 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.58" +__version__ = "0.0.59" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/skydriver/__init__.py b/skydriver/__init__.py index 5502f35d..c1c2fad2 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.58" +__version__ = "0.0.59" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),