Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-03-12 16:24:09 +00:00 committed by ci_update_bot
parent 7efb3878d8
commit a74a185ed6
11 changed files with 17 additions and 10 deletions

View File

@ -2,6 +2,13 @@
<!--next-version-placeholder-->
## v1.14.2 (2024-03-12)
### Fix
* Remove debug prints from livetable ([`7efb387`](https://gitlab.psi.ch/bec/bec/-/commit/7efb3878d8687ba4e747c99e517d4c6df40c6965))
* Add recovery_config files to .gitignore ([`6201757`](https://gitlab.psi.ch/bec/bec/-/commit/62017574baea74dfff5f4d13ea1d1886ee6581a8))
## v1.14.1 (2024-03-11)
### Fix

View File

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

View File

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

View File

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

View File

@ -1 +1 @@
__version__ = "1.14.1"
__version__ = "1.14.2"