mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-22 02:20:02 +02:00
1.5.1
Automatically generated by python-semantic-release
This commit is contained in:
parent
85969f5d53
commit
4eee0f8aa9
@ -2,6 +2,12 @@
|
||||
|
||||
<!--next-version-placeholder-->
|
||||
|
||||
## v1.5.1 (2024-02-14)
|
||||
|
||||
### Fix
|
||||
|
||||
* **dap:** Dap service should now raise on unknown dap service cls; another provider may be responsible for it ([`85969f5`](https://gitlab.psi.ch/bec/bec/-/commit/85969f5d5393166996dbabbeefc06ef464576ee5))
|
||||
|
||||
## v1.5.0 (2024-02-13)
|
||||
|
||||
### Feature
|
||||
|
@ -10,7 +10,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
|
||||
bec_lib = f"{current_path}/../bec_lib/"
|
||||
|
||||
|
||||
__version__ = "1.5.0"
|
||||
__version__ = "1.5.1"
|
||||
|
||||
|
||||
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
||||
|
@ -1,6 +1,6 @@
|
||||
from setuptools import setup
|
||||
|
||||
__version__ = "1.5.0"
|
||||
__version__ = "1.5.1"
|
||||
|
||||
if __name__ == "__main__":
|
||||
setup(
|
||||
|
@ -7,7 +7,7 @@ from setuptools import setup
|
||||
|
||||
current_path = pathlib.Path(__file__).parent.resolve()
|
||||
|
||||
__version__ = "1.5.0"
|
||||
__version__ = "1.5.1"
|
||||
|
||||
|
||||
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
||||
|
@ -9,7 +9,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
|
||||
bec_lib = f"{current_path}/../bec_lib/"
|
||||
|
||||
|
||||
__version__ = "1.5.0"
|
||||
__version__ = "1.5.1"
|
||||
|
||||
|
||||
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
||||
|
@ -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.5.0"
|
||||
__version__ = "1.5.1"
|
||||
|
||||
|
||||
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
||||
|
@ -9,7 +9,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
|
||||
|
||||
bec_lib = f"{current_path}/../bec_lib/"
|
||||
|
||||
__version__ = "1.5.0"
|
||||
__version__ = "1.5.1"
|
||||
|
||||
|
||||
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
||||
|
@ -9,7 +9,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
|
||||
|
||||
bec_lib = f"{current_path}/../bec_lib/"
|
||||
|
||||
__version__ = "1.5.0"
|
||||
__version__ = "1.5.1"
|
||||
|
||||
|
||||
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
||||
|
@ -9,7 +9,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
|
||||
|
||||
bec_lib = f"{current_path}/../bec_lib/"
|
||||
|
||||
__version__ = "1.5.0"
|
||||
__version__ = "1.5.1"
|
||||
|
||||
|
||||
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
||||
|
@ -10,7 +10,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
|
||||
bec_lib = f"{current_path}/../bec_lib/"
|
||||
|
||||
|
||||
__version__ = "1.5.0"
|
||||
__version__ = "1.5.1"
|
||||
|
||||
|
||||
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "1.5.0"
|
||||
__version__ = "1.5.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user