From 8195bff3ff940103b6b84045bb4bb46cd5fed4c8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 20 Dec 2023 18:14:35 +0000 Subject: [PATCH] 1.0.5 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 72536b03..0467c7d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.0.5 (2023-12-20) + +### Other + +* EWMS Sidecar Pt-6 ([#115](https://github.com/WIPACrepo/SkyDriver/issues/115)) ([`2854b01`](https://github.com/WIPACrepo/SkyDriver/commit/2854b014df3bb62722c67a1eda604b3b2cc5730f)) + ## v1.0.4 (2023-12-20) ### Other diff --git a/clientmanager/__init__.py b/clientmanager/__init__.py index 2ed6df12..0eb7c4df 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.4" +__version__ = "1.0.5" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/ewms_sidecar/__init__.py b/ewms_sidecar/__init__.py index 2ed6df12..0eb7c4df 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.4" +__version__ = "1.0.5" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]), diff --git a/skydriver/__init__.py b/skydriver/__init__.py index 2ed6df12..0eb7c4df 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.4" +__version__ = "1.0.5" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),