Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-02-09 06:54:03 +00:00 committed by ci_update_bot
parent c684a76a5e
commit 7fd4f7783c
11 changed files with 20 additions and 10 deletions

View File

@ -2,6 +2,16 @@
<!--next-version-placeholder-->
## v1.1.2 (2024-02-09)
### Fix
* Fixed xread decoding ([`c684a76`](https://gitlab.psi.ch/bec/bec/-/commit/c684a76a5eff0bf478121dcde25e9e4447e839dc))
* Fixed init config script ([`f0f9fe3`](https://gitlab.psi.ch/bec/bec/-/commit/f0f9fe304f24cb61053ce12d785b82745a14210e))
* Removed outdated msgpack packing ([`15f8e21`](https://gitlab.psi.ch/bec/bec/-/commit/15f8e213053a635da4ed8d54bcb562a690e71517))
* **redis_connector:** Encode/decode stream data ([`a7bafa6`](https://gitlab.psi.ch/bec/bec/-/commit/a7bafa6a0c99395068ef090d149732b4fa4f5eb5))
* **serialization:** Move BECMessage check in .loads() in the BEC message decoder ([`de8333b`](https://gitlab.psi.ch/bec/bec/-/commit/de8333b164033ff0c0a300278e5494f5cc8f7879))
## v1.1.1 (2024-02-08)
### Fix

View File

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

View File

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

View File

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

View File

@ -1 +1 @@
__version__ = "1.1.1"
__version__ = "1.1.2"