Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2023-08-03 19:22:53 +00:00 committed by ci_update_bot
parent 1a776de811
commit 4347b29f3e
11 changed files with 21 additions and 10 deletions

View File

@ -2,6 +2,17 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.15.0 (2023-08-03)
### Feature
* Added option to specify config path as service config ([`1a776de`](https://gitlab.psi.ch/bec/bec/-/commit/1a776de8118de7428b0c6b4e3693eaf619651192))
### Documentation
* Updated sphinx conf file to deal with md files; added copy button ([`7f48ce6`](https://gitlab.psi.ch/bec/bec/-/commit/7f48ce6aa1f2000993a4fb31e23a3efa3c122a57))
* Minor improvements for scan_to_csv docs ([`21d371a`](https://gitlab.psi.ch/bec/bec/-/commit/21d371a80b8009e1df3c9d4148191f05a36a0abf))
## v0.14.8 (2023-07-26) ## v0.14.8 (2023-07-26)
### Fix ### Fix

View File

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

View File

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

View File

@ -7,7 +7,7 @@ from setuptools import setup
current_path = pathlib.Path(__file__).parent.resolve() current_path = pathlib.Path(__file__).parent.resolve()
__version__ = "0.14.8" __version__ = "0.15.0"
def run_install(setup_args: dict, bec_deps: list, editable=False): 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/" bec_lib = f"{current_path}/../bec_lib/"
__version__ = "0.14.8" __version__ = "0.15.0"
def run_install(setup_args: dict, bec_deps: list, editable=False): 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/") ophyd_devices = os.getenv("OPHYD_DEVICES_PATH", f"{current_path}/../../ophyd_devices/")
__version__ = "0.14.8" __version__ = "0.15.0"
def run_install(setup_args: dict, bec_deps: list, editable=False): 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/" bec_lib = f"{current_path}/../bec_lib/"
__version__ = "0.14.8" __version__ = "0.15.0"
def run_install(setup_args: dict, bec_deps: list, editable=False): 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/" bec_lib = f"{current_path}/../bec_lib/"
__version__ = "0.14.8" __version__ = "0.15.0"
def run_install(setup_args: dict, bec_deps: list, editable=False): 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/" bec_lib = f"{current_path}/../bec_lib/"
__version__ = "0.14.8" __version__ = "0.15.0"
def run_install(setup_args: dict, bec_deps: list, editable=False): 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/" bec_lib = f"{current_path}/../bec_lib/"
__version__ = "0.14.8" __version__ = "0.15.0"
def run_install(setup_args: dict, bec_deps: list, editable=False): def run_install(setup_args: dict, bec_deps: list, editable=False):

View File

@ -1 +1 @@
__version__ = "0.14.8" __version__ = "0.15.0"