From f3eee939aa1bb53515c7dd479e20827f3d25d28d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 1 May 2024 16:01:45 +0000 Subject: [PATCH] 2.9.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 26 +++++++++++++------------- bec_ipython_client/pyproject.toml | 2 +- bec_lib/pyproject.toml | 2 +- bec_server/pyproject.toml | 2 +- pytest_bec_e2e/pyproject.toml | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edc1328f..093c46a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v2.9.4 (2024-05-01) + +### Fix + +* fix: unified device message signature ([`c54dfc1`](https://gitlab.psi.ch/bec/bec/-/commit/c54dfc166fe9dd925b15e8cc8750cebaec8896cb)) + +### Refactor + +* refactor: added isort params to pyproject ([`0a1beae`](https://gitlab.psi.ch/bec/bec/-/commit/0a1beae06ae128d9817272644d2f38ca761756ab)) + +* refactor(bec_lib): cleanup ([`6bf0998`](https://gitlab.psi.ch/bec/bec/-/commit/6bf0998c71387307ad8d842931488ec2aea566a8)) + + ## v2.9.3 (2024-05-01) ### Fix @@ -131,12 +144,6 @@ * ci: stop after two failures ([`90b7f45`](https://gitlab.psi.ch/bec/bec/-/commit/90b7f45c135f63b7384ef5feaee71902fb11ec74)) -### Documentation - -* docs(dev/install): fixed install guide for developers bec_client -> bec_ipython_client ([`a8d270e`](https://gitlab.psi.ch/bec/bec/-/commit/a8d270e0d702e4750b63631bf9fb34e4f30ed610)) - -* docs: fixed version update for sphinx ([`8366896`](https://gitlab.psi.ch/bec/bec/-/commit/836689667c03c0aa1a35db97ca772f2ae05f5f79)) - ### Feature * feat(bec_client): added support for plugin-based startup scripts ([`aec75b4`](https://gitlab.psi.ch/bec/bec/-/commit/aec75b4966e570bd3e16ac295b09009eb1589acd)) @@ -154,10 +161,3 @@ * refactor: minor cleanup ([`b7bd584`](https://gitlab.psi.ch/bec/bec/-/commit/b7bd584898a8ca6f11ff79e11fda2727d0fc6381)) * refactor: moved to dot notation for specifying device classes ([`1f21b90`](https://gitlab.psi.ch/bec/bec/-/commit/1f21b90ba31ec8eb8ae2922a7d1353c2e8ea48f6)) - - -## v2.5.0 (2024-04-18) - -### Feature - -* feat: added pytest-bec-e2e plugin ([`deaa2b0`](https://gitlab.psi.ch/bec/bec/-/commit/deaa2b022ae636d77401f905ed522024b44721f5)) diff --git a/bec_ipython_client/pyproject.toml b/bec_ipython_client/pyproject.toml index 04f13520..f314def0 100644 --- a/bec_ipython_client/pyproject.toml +++ b/bec_ipython_client/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_ipython_client" -version = "2.9.3" +version = "2.9.4" description = "BEC IPython client" requires-python = ">=3.10" classifiers = [ diff --git a/bec_lib/pyproject.toml b/bec_lib/pyproject.toml index d2a0f077..a6a5a1b6 100644 --- a/bec_lib/pyproject.toml +++ b/bec_lib/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_lib" -version = "2.9.3" +version = "2.9.4" description = "BEC library" requires-python = ">=3.10" classifiers = [ diff --git a/bec_server/pyproject.toml b/bec_server/pyproject.toml index 5641fa1b..d50a9b9d 100644 --- a/bec_server/pyproject.toml +++ b/bec_server/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec-server" -version = "2.9.3" +version = "2.9.4" description = "BEC server" requires-python = ">=3.10" classifiers = [ diff --git a/pytest_bec_e2e/pyproject.toml b/pytest_bec_e2e/pyproject.toml index 32047f94..4e2debe1 100644 --- a/pytest_bec_e2e/pyproject.toml +++ b/pytest_bec_e2e/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pytest-bec-e2e" -version = "2.9.3" +version = "2.9.4" description = "BEC pytest plugin for end-to-end tests" requires-python = ">=3.10" classifiers = [