From f991d871c07bb2fe40ad6aaaef6699dfd37a12ba Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 20 Mar 2024 11:51:52 +0000 Subject: [PATCH] 1.20.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ bec_client/setup.py | 2 +- bec_lib/setup.py | 2 +- bec_server/setup.py | 2 +- data_processing/setup.py | 2 +- device_server/setup.py | 2 +- file_writer/setup.py | 2 +- scan_bundler/setup.py | 2 +- scan_server/setup.py | 2 +- scihub/setup.py | 2 +- semantic_release/__init__.py | 2 +- 11 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e3e0870..604d0861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.20.3 (2024-03-20) + +### Fix + +* **bec_lib:** Fixed client shutdown for failed inits ([`fc8ff9b`](https://gitlab.psi.ch/bec/bec/-/commit/fc8ff9bd7508119c303f5c589e05aab0ade17d77)) + ## v1.20.2 (2024-03-20) ### Fix diff --git a/bec_client/setup.py b/bec_client/setup.py index 64fedbd6..3e65caab 100644 --- a/bec_client/setup.py +++ b/bec_client/setup.py @@ -10,7 +10,7 @@ current_path = pathlib.Path(__file__).parent.resolve() bec_lib = f"{current_path}/../bec_lib/" -__version__ = "1.20.2" +__version__ = "1.20.3" def run_install(setup_args: dict, bec_deps: list, editable=False): diff --git a/bec_lib/setup.py b/bec_lib/setup.py index 9b0428ce..57618bcf 100644 --- a/bec_lib/setup.py +++ b/bec_lib/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "1.20.2" +__version__ = "1.20.3" if __name__ == "__main__": setup( diff --git a/bec_server/setup.py b/bec_server/setup.py index c1f1f08e..d7ad50f9 100644 --- a/bec_server/setup.py +++ b/bec_server/setup.py @@ -7,7 +7,7 @@ from setuptools import setup current_path = pathlib.Path(__file__).parent.resolve() -__version__ = "1.20.2" +__version__ = "1.20.3" def run_install(setup_args: dict, bec_deps: list, editable=False): diff --git a/data_processing/setup.py b/data_processing/setup.py index 9ae9f7e2..ee416ad7 100644 --- a/data_processing/setup.py +++ b/data_processing/setup.py @@ -9,7 +9,7 @@ current_path = pathlib.Path(__file__).parent.resolve() bec_lib = f"{current_path}/../bec_lib/" -__version__ = "1.20.2" +__version__ = "1.20.3" def run_install(setup_args: dict, bec_deps: list, editable=False): diff --git a/device_server/setup.py b/device_server/setup.py index fe4bb6bd..1ab1a9e5 100644 --- a/device_server/setup.py +++ b/device_server/setup.py @@ -11,7 +11,7 @@ bec_lib = f"{current_path}/../bec_lib/" ophyd_devices = os.getenv("OPHYD_DEVICES_PATH", f"{current_path}/../../ophyd_devices/") -__version__ = "1.20.2" +__version__ = "1.20.3" def run_install(setup_args: dict, bec_deps: list, editable=False): diff --git a/file_writer/setup.py b/file_writer/setup.py index d8c27e11..bd6b9d41 100644 --- a/file_writer/setup.py +++ b/file_writer/setup.py @@ -9,7 +9,7 @@ current_path = pathlib.Path(__file__).parent.resolve() bec_lib = f"{current_path}/../bec_lib/" -__version__ = "1.20.2" +__version__ = "1.20.3" def run_install(setup_args: dict, bec_deps: list, editable=False): diff --git a/scan_bundler/setup.py b/scan_bundler/setup.py index d8e5174c..5312d69c 100644 --- a/scan_bundler/setup.py +++ b/scan_bundler/setup.py @@ -9,7 +9,7 @@ current_path = pathlib.Path(__file__).parent.resolve() bec_lib = f"{current_path}/../bec_lib/" -__version__ = "1.20.2" +__version__ = "1.20.3" def run_install(setup_args: dict, bec_deps: list, editable=False): diff --git a/scan_server/setup.py b/scan_server/setup.py index 31be00aa..1977dc18 100644 --- a/scan_server/setup.py +++ b/scan_server/setup.py @@ -9,7 +9,7 @@ current_path = pathlib.Path(__file__).parent.resolve() bec_lib = f"{current_path}/../bec_lib/" -__version__ = "1.20.2" +__version__ = "1.20.3" def run_install(setup_args: dict, bec_deps: list, editable=False): diff --git a/scihub/setup.py b/scihub/setup.py index e36e52c4..5c3dba34 100644 --- a/scihub/setup.py +++ b/scihub/setup.py @@ -10,7 +10,7 @@ current_path = pathlib.Path(__file__).parent.resolve() bec_lib = f"{current_path}/../bec_lib/" -__version__ = "1.20.2" +__version__ = "1.20.3" def run_install(setup_args: dict, bec_deps: list, editable=False): diff --git a/semantic_release/__init__.py b/semantic_release/__init__.py index 67d42d31..bc0d64fe 100644 --- a/semantic_release/__init__.py +++ b/semantic_release/__init__.py @@ -1 +1 @@ -__version__ = "1.20.2" +__version__ = "1.20.3"