mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-21 18:20:01 +02:00
0.15.0
Automatically generated by python-semantic-release
This commit is contained in:
parent
1a776de811
commit
4347b29f3e
11
CHANGELOG.md
11
CHANGELOG.md
@ -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
|
||||||
|
@ -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):
|
||||||
|
@ -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(
|
||||||
|
@ -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):
|
||||||
|
@ -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):
|
||||||
|
@ -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):
|
||||||
|
@ -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):
|
||||||
|
@ -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):
|
||||||
|
@ -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):
|
||||||
|
@ -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):
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "0.14.8"
|
__version__ = "0.15.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user