From e753aa2ab2472677d2157057cf0e7a03f1184f6a Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 10 Oct 2023 15:27:38 +0000 Subject: [PATCH] 0.5.12 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ clientmanager/__init__.py | 2 +- skydriver/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7879c2de..69324936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.5.12 (2023-10-10) + +### Other + +* update dependencies*.log files(s) ([`ab6d2f9`](https://github.com/WIPACrepo/SkyDriver/commit/ab6d2f927705fceb9bc97f5f4beed57e067143b6)) +* Enable `htcondor` debugging ([`8ea0142`](https://github.com/WIPACrepo/SkyDriver/commit/8ea014277d54163b9361fa0736c50f2a1cf43ac8)) + ## v0.5.11 (2023-10-09) ### Other diff --git a/clientmanager/__init__.py b/clientmanager/__init__.py index fc1ba37b..f25d3aad 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.11" +__version__ = "0.5.12" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/skydriver/__init__.py b/skydriver/__init__.py index fc1ba37b..f25d3aad 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.11" +__version__ = "0.5.12" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),