From 0eb016d4acd4b4e8ffcc3a2a7b152c47ea5bcb20 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 4 Dec 2023 18:54:13 +0000 Subject: [PATCH] 0.8.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ clientmanager/__init__.py | 2 +- skydriver/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b1ccb6c..d7be44e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.8.4 (2023-12-04) + +### Other + +* REST arg validation fix ([`30f3d9a`](https://github.com/WIPACrepo/SkyDriver/commit/30f3d9a9884690544559a8fc83c80cc7cf4ad46b)) + ## v0.8.3 (2023-12-04) ### Other diff --git a/clientmanager/__init__.py b/clientmanager/__init__.py index 79287277f..1c8acf750 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.8.3" +__version__ = "0.8.4" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/skydriver/__init__.py b/skydriver/__init__.py index 79287277f..1c8acf750 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.8.3" +__version__ = "0.8.4" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),