Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2023-11-18 13:12:23 +00:00 committed by ci_update_bot
parent fc39c4ad1e
commit 7b601e3daf
11 changed files with 17 additions and 10 deletions

View File

@ -2,6 +2,13 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.42.8 (2023-11-18)
### Fix
* Fixed ctrl c behaviour for rpc calls; closes #119 ([`9986a72`](https://gitlab.psi.ch/bec/bec/-/commit/9986a7292629668b6f398bee411bada04b535adc))
* Added status eq dunder ([`f1327d4`](https://gitlab.psi.ch/bec/bec/-/commit/f1327d409117f91f17917d6fe30a1dae8e4cbb90))
## v0.42.7 (2023-11-18) ## v0.42.7 (2023-11-18)
### Fix ### Fix

View File

@ -10,7 +10,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
bec_lib = f"{current_path}/../bec_lib/" bec_lib = f"{current_path}/../bec_lib/"
__version__ = "0.42.7" __version__ = "0.42.8"
def run_install(setup_args: dict, bec_deps: list, editable=False): def run_install(setup_args: dict, bec_deps: list, editable=False):

View File

@ -1,6 +1,6 @@
from setuptools import setup from setuptools import setup
__version__ = "0.42.7" __version__ = "0.42.8"
if __name__ == "__main__": if __name__ == "__main__":
setup( setup(

View File

@ -7,7 +7,7 @@ from setuptools import setup
current_path = pathlib.Path(__file__).parent.resolve() current_path = pathlib.Path(__file__).parent.resolve()
__version__ = "0.42.7" __version__ = "0.42.8"
def run_install(setup_args: dict, bec_deps: list, editable=False): def run_install(setup_args: dict, bec_deps: list, editable=False):

View File

@ -9,7 +9,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
bec_lib = f"{current_path}/../bec_lib/" bec_lib = f"{current_path}/../bec_lib/"
__version__ = "0.42.7" __version__ = "0.42.8"
def run_install(setup_args: dict, bec_deps: list, editable=False): def run_install(setup_args: dict, bec_deps: list, editable=False):

View File

@ -11,7 +11,7 @@ bec_lib = f"{current_path}/../bec_lib/"
ophyd_devices = os.getenv("OPHYD_DEVICES_PATH", f"{current_path}/../../ophyd_devices/") ophyd_devices = os.getenv("OPHYD_DEVICES_PATH", f"{current_path}/../../ophyd_devices/")
__version__ = "0.42.7" __version__ = "0.42.8"
def run_install(setup_args: dict, bec_deps: list, editable=False): def run_install(setup_args: dict, bec_deps: list, editable=False):

View File

@ -9,7 +9,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
bec_lib = f"{current_path}/../bec_lib/" bec_lib = f"{current_path}/../bec_lib/"
__version__ = "0.42.7" __version__ = "0.42.8"
def run_install(setup_args: dict, bec_deps: list, editable=False): def run_install(setup_args: dict, bec_deps: list, editable=False):

View File

@ -9,7 +9,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
bec_lib = f"{current_path}/../bec_lib/" bec_lib = f"{current_path}/../bec_lib/"
__version__ = "0.42.7" __version__ = "0.42.8"
def run_install(setup_args: dict, bec_deps: list, editable=False): def run_install(setup_args: dict, bec_deps: list, editable=False):

View File

@ -9,7 +9,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
bec_lib = f"{current_path}/../bec_lib/" bec_lib = f"{current_path}/../bec_lib/"
__version__ = "0.42.7" __version__ = "0.42.8"
def run_install(setup_args: dict, bec_deps: list, editable=False): def run_install(setup_args: dict, bec_deps: list, editable=False):

View File

@ -10,7 +10,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
bec_lib = f"{current_path}/../bec_lib/" bec_lib = f"{current_path}/../bec_lib/"
__version__ = "0.42.7" __version__ = "0.42.8"
def run_install(setup_args: dict, bec_deps: list, editable=False): def run_install(setup_args: dict, bec_deps: list, editable=False):

View File

@ -1 +1 @@
__version__ = "0.42.7" __version__ = "0.42.8"