From 30f5d572882ea6c27c2fcbfe19b9cee18d65ba5b Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 16 Nov 2023 19:31:28 +0000 Subject: [PATCH] 0.6.19 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++++++ clientmanager/__init__.py | 2 +- skydriver/__init__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be3a6bf37..16c96ad2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v0.6.19 (2023-11-16) + +### Other + +* update dependencies*.log files(s) ([`f7936f6`](https://github.com/WIPACrepo/SkyDriver/commit/f7936f636d24f2f8de14e941fabb7c1efe685ead)) +* Use `WIPACrepo/wipac-dev-py-setup-action@v2.9` ([`950ec18`](https://github.com/WIPACrepo/SkyDriver/commit/950ec186fc32b4983b1ae3fe130af57383bad78a)) +* Mypy - 2 ([`6238014`](https://github.com/WIPACrepo/SkyDriver/commit/623801411ac5354ef9d084f25f9b42d4f62be980)) +* Mypy ([`0d05891`](https://github.com/WIPACrepo/SkyDriver/commit/0d058914a034911d1ebb8162b0cf84211b5b0eda)) +* Cluster-Watching: updates for new ewms-pilot chirp attrs ([`48e3693`](https://github.com/WIPACrepo/SkyDriver/commit/48e3693f061cda4341373bcaa44043fd1b9add1d)) + ## v0.6.18 (2023-11-09) ### Other diff --git a/clientmanager/__init__.py b/clientmanager/__init__.py index 3245c5d28..52295fc92 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.18" +__version__ = "0.6.19" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/skydriver/__init__.py b/skydriver/__init__.py index 3245c5d28..52295fc92 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.18" +__version__ = "0.6.19" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),