From 068a7857dd10af170c1e3973ed7f55116f4afb9e Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 9 Nov 2023 20:29:34 +0000 Subject: [PATCH] 0.6.18 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ clientmanager/__init__.py | 2 +- skydriver/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0cf4490f..be3a6bf37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v0.6.18 (2023-11-09) + +### Other + +* update dependencies*.log files(s) ([`8dcb032`](https://github.com/WIPACrepo/SkyDriver/commit/8dcb03270e7028878319d3eaec454eea8e99445f)) +* Cluster-Watching: use projection ([`d19cd67`](https://github.com/WIPACrepo/SkyDriver/commit/d19cd67e509a49535e5eac082686f7786d9b54ed)) +* Cluster-Watching: only query newly updated jobs ([`bd0d5c4`](https://github.com/WIPACrepo/SkyDriver/commit/bd0d5c445eae090e60c53b67853d17ab18da35a7)) + ## v0.6.17 (2023-11-09) ### Other diff --git a/clientmanager/__init__.py b/clientmanager/__init__.py index 3f3f6d1db..3245c5d28 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.6.17" +__version__ = "0.6.18" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/skydriver/__init__.py b/skydriver/__init__.py index 3f3f6d1db..3245c5d28 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.6.17" +__version__ = "0.6.18" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),