From 814b16216dca2904cd997070bee5f9fbadedfe2e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 24 Feb 2024 09:53:07 +0000 Subject: [PATCH] 1.12.0 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 55cc3aa4..b178f7b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.12.0 (2024-02-24) + +### Feature + +* Added flomni scan and user scripts ([`c376de8`](https://gitlab.psi.ch/bec/bec/-/commit/c376de8e8436380f65ba96b2e88572077830f1d9)) + ## v1.11.1 (2024-02-23) ### Fix diff --git a/bec_client/setup.py b/bec_client/setup.py index 12a908cf..21a5b03a 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.11.1" +__version__ = "1.12.0" def run_install(setup_args: dict, bec_deps: list, editable=False): diff --git a/bec_lib/setup.py b/bec_lib/setup.py index 43775c48..0ef39f3c 100644 --- a/bec_lib/setup.py +++ b/bec_lib/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "1.11.1" +__version__ = "1.12.0" if __name__ == "__main__": setup( diff --git a/bec_server/setup.py b/bec_server/setup.py index 3a58aaad..aea76798 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.11.1" +__version__ = "1.12.0" def run_install(setup_args: dict, bec_deps: list, editable=False): diff --git a/data_processing/setup.py b/data_processing/setup.py index a90ba300..541baf55 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.11.1" +__version__ = "1.12.0" def run_install(setup_args: dict, bec_deps: list, editable=False): diff --git a/device_server/setup.py b/device_server/setup.py index cfeefdbc..5db7d9fb 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.11.1" +__version__ = "1.12.0" def run_install(setup_args: dict, bec_deps: list, editable=False): diff --git a/file_writer/setup.py b/file_writer/setup.py index 436cb522..99f1386b 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.11.1" +__version__ = "1.12.0" def run_install(setup_args: dict, bec_deps: list, editable=False): diff --git a/scan_bundler/setup.py b/scan_bundler/setup.py index d1bb251f..2aa7a046 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.11.1" +__version__ = "1.12.0" def run_install(setup_args: dict, bec_deps: list, editable=False): diff --git a/scan_server/setup.py b/scan_server/setup.py index e154de04..32d5522d 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.11.1" +__version__ = "1.12.0" def run_install(setup_args: dict, bec_deps: list, editable=False): diff --git a/scihub/setup.py b/scihub/setup.py index 6d3e33d8..9bea95ad 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.11.1" +__version__ = "1.12.0" def run_install(setup_args: dict, bec_deps: list, editable=False): diff --git a/semantic_release/__init__.py b/semantic_release/__init__.py index c3fa782c..b518f6ee 100644 --- a/semantic_release/__init__.py +++ b/semantic_release/__init__.py @@ -1 +1 @@ -__version__ = "1.11.1" +__version__ = "1.12.0"