mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-21 18:20:01 +02:00
1.7.2
Automatically generated by python-semantic-release
This commit is contained in:
parent
9a838bbe8e
commit
dc36a042c7
@ -2,6 +2,13 @@
|
||||
|
||||
<!--next-version-placeholder-->
|
||||
|
||||
## v1.7.2 (2024-02-19)
|
||||
|
||||
### Fix
|
||||
|
||||
* **endpoints:** Added gui_instruction_response endpoint ([`9a838bb`](https://gitlab.psi.ch/bec/bec/-/commit/9a838bbe8e7fab974982654bdc9f69a14edf7a20))
|
||||
* **live_table:** Fixed live table for string values ([`3b04d31`](https://gitlab.psi.ch/bec/bec/-/commit/3b04d319f9f8d56a8e8c2d6fec9802cc7e747ad3))
|
||||
|
||||
## v1.7.1 (2024-02-16)
|
||||
|
||||
### Fix
|
||||
|
@ -10,7 +10,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
|
||||
bec_lib = f"{current_path}/../bec_lib/"
|
||||
|
||||
|
||||
__version__ = "1.7.1"
|
||||
__version__ = "1.7.2"
|
||||
|
||||
|
||||
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
||||
|
@ -1,6 +1,6 @@
|
||||
from setuptools import setup
|
||||
|
||||
__version__ = "1.7.1"
|
||||
__version__ = "1.7.2"
|
||||
|
||||
if __name__ == "__main__":
|
||||
setup(
|
||||
|
@ -7,7 +7,7 @@ from setuptools import setup
|
||||
|
||||
current_path = pathlib.Path(__file__).parent.resolve()
|
||||
|
||||
__version__ = "1.7.1"
|
||||
__version__ = "1.7.2"
|
||||
|
||||
|
||||
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.7.1"
|
||||
__version__ = "1.7.2"
|
||||
|
||||
|
||||
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.7.1"
|
||||
__version__ = "1.7.2"
|
||||
|
||||
|
||||
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.7.1"
|
||||
__version__ = "1.7.2"
|
||||
|
||||
|
||||
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.7.1"
|
||||
__version__ = "1.7.2"
|
||||
|
||||
|
||||
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.7.1"
|
||||
__version__ = "1.7.2"
|
||||
|
||||
|
||||
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.7.1"
|
||||
__version__ = "1.7.2"
|
||||
|
||||
|
||||
def run_install(setup_args: dict, bec_deps: list, editable=False):
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "1.7.1"
|
||||
__version__ = "1.7.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user