Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2023-08-05 09:29:46 +00:00 committed by ci_update_bot
parent 4a4daceaf4
commit c1693e4e89
11 changed files with 16 additions and 10 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.16.2 (2023-08-05)
### Fix
* Fixed check_storage for already removed scan storage items ([`4a4dace`](https://gitlab.psi.ch/bec/bec/-/commit/4a4daceaf4b7c579cb4adead784f9900b675b5dc))
## v0.16.1 (2023-08-05)
### Fix

View File

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

View File

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

View File

@ -7,7 +7,7 @@ from setuptools import setup
current_path = pathlib.Path(__file__).parent.resolve()
__version__ = "0.16.1"
__version__ = "0.16.2"
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/"
__version__ = "0.16.1"
__version__ = "0.16.2"
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/")
__version__ = "0.16.1"
__version__ = "0.16.2"
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/"
__version__ = "0.16.1"
__version__ = "0.16.2"
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/"
__version__ = "0.16.1"
__version__ = "0.16.2"
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/"
__version__ = "0.16.1"
__version__ = "0.16.2"
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/"
__version__ = "0.16.1"
__version__ = "0.16.2"
def run_install(setup_args: dict, bec_deps: list, editable=False):

View File

@ -1 +1 @@
__version__ = "0.16.1"
__version__ = "0.16.2"