From 03113d686499201082bcad24cdae84223f51e04e Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 21 Oct 2024 18:02:46 +0000 Subject: [PATCH] 1.0.7 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ clientmanager/__init__.py | 2 +- ewms_sidecar/__init__.py | 2 +- skydriver/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5e6d4c1c..ae23dae02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v1.0.7 (2024-10-21) + +### Other + +* Turn Off Auto-Patch Releases ([#118](https://github.com/WIPACrepo/SkyDriver/issues/118)) ([`3a8e846`](https://github.com/WIPACrepo/SkyDriver/commit/3a8e846b2b55f2bbffc758ba796088f481b37b13)) +* Use Local Loggers ([#117](https://github.com/WIPACrepo/SkyDriver/issues/117)) ([`70ad00d`](https://github.com/WIPACrepo/SkyDriver/commit/70ad00d2e7dadea427b96b39e4f75c827760fe81)) + ## v1.0.6 (2023-12-20) ### Other diff --git a/clientmanager/__init__.py b/clientmanager/__init__.py index 24a108cb6..d3781bd00 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__ = "1.0.6" +__version__ = "1.0.7" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/ewms_sidecar/__init__.py b/ewms_sidecar/__init__.py index 24a108cb6..d3781bd00 100644 --- a/ewms_sidecar/__init__.py +++ b/ewms_sidecar/__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__ = "1.0.6" +__version__ = "1.0.7" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/skydriver/__init__.py b/skydriver/__init__.py index 24a108cb6..d3781bd00 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__ = "1.0.6" +__version__ = "1.0.7" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),