From 927f0e675cb86241ef4c84d86db0fe94fafa13e8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 30 Oct 2023 22:50:06 +0000 Subject: [PATCH] 0.6.6 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 6701167f..f3ff80b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.6.6 (2023-10-30) + +### Other + +* update dependencies*.log files(s) ([`0dda5cc`](https://github.com/WIPACrepo/SkyDriver/commit/0dda5ccec403ef915f1b8f6cde8de80686dbc805)) +* Cluster-Watching Fix 3 ([`2f513f7`](https://github.com/WIPACrepo/SkyDriver/commit/2f513f712b12de36ff7a3c0afeef21beeecaa072)) + ## v0.6.5 (2023-10-30) ### Other diff --git a/clientmanager/__init__.py b/clientmanager/__init__.py index 175e7d06..09d86230 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.5" +__version__ = "0.6.6" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/skydriver/__init__.py b/skydriver/__init__.py index 175e7d06..09d86230 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.5" +__version__ = "0.6.6" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),