From 1b1d01e3f1cae534ddfe0698fb3271c7176d467a Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 17 Oct 2023 22:03:12 +0000 Subject: [PATCH] 0.5.16 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ clientmanager/__init__.py | 2 +- skydriver/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04d1456d..0f3a4889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.5.16 (2023-10-17) + +### Other + +* Enable Client Logs with `"client-logs"` ([#83](https://github.com/WIPACrepo/SkyDriver/issues/83)) ([`4757568`](https://github.com/WIPACrepo/SkyDriver/commit/47575684fb91e948799de74388daaba77dcc68f0)) + ## v0.5.15 (2023-10-16) ### Other diff --git a/clientmanager/__init__.py b/clientmanager/__init__.py index 4a2ba71b..61b675e1 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.5.15" +__version__ = "0.5.16" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/skydriver/__init__.py b/skydriver/__init__.py index 4a2ba71b..61b675e1 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.5.15" +__version__ = "0.5.16" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),