From 475e1817ef37f291d69ad825752526881b5a919f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 20 Dec 2023 17:30:23 +0000 Subject: [PATCH] 1.0.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ clientmanager/__init__.py | 2 +- ewms_sidecar/__init__.py | 2 +- skydriver/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f649a1dc..76faf402e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.0.3 (2023-12-20) + +### Other + +* EWMS Sidecar Pt-4 ([#113](https://github.com/WIPACrepo/SkyDriver/issues/113)) ([`a9d6f16`](https://github.com/WIPACrepo/SkyDriver/commit/a9d6f162494a394d7423b3a8dd3cf766f503a429)) + ## v1.0.2 (2023-12-20) ### Other diff --git a/clientmanager/__init__.py b/clientmanager/__init__.py index fe6f6c77d..dcf63139b 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__ = "1.0.2" +__version__ = "1.0.3" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/ewms_sidecar/__init__.py b/ewms_sidecar/__init__.py index fe6f6c77d..dcf63139b 100644 --- a/ewms_sidecar/__init__.py +++ b/ewms_sidecar/__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__ = "1.0.2" +__version__ = "1.0.3" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/skydriver/__init__.py b/skydriver/__init__.py index fe6f6c77d..dcf63139b 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__ = "1.0.2" +__version__ = "1.0.3" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),