Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2023-07-25 08:54:39 +00:00 committed by ci_update_bot
parent bacda2580a
commit 3e87fa12d6
11 changed files with 16 additions and 10 deletions

View File

@ -2,6 +2,12 @@
<!--next-version-placeholder-->
## v0.14.6 (2023-07-25)
### Fix
* Fixed bec_client install ([`bacda25`](https://gitlab.psi.ch/bec/bec/-/commit/bacda2580a47773bc4bdabc231049fb6470e7445))
## v0.14.5 (2023-07-24)
### Fix

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -7,7 +7,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
utils = f"{current_path}/../bec_lib/"
__version__ = "0.14.5"
__version__ = "0.14.6"
if __name__ == "__main__":
setup(

View File

@ -8,7 +8,7 @@ current_path = pathlib.Path(__file__).parent.resolve()
bec_lib = f"{current_path}/../bec_lib/"
__version__ = "0.14.5"
__version__ = "0.14.6"
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.14.5"
__version__ = "0.14.6"
def run_install(setup_args: dict, bec_deps: list, editable=False):

View File

@ -1 +1 @@
__version__ = "0.14.5"
__version__ = "0.14.6"