Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-08-13 18:53:04 +00:00
parent 27fa7584cd
commit 1707c977f6
5 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,11 @@
# CHANGELOG
## v2.21.3 (2024-08-13)
### Fix
* fix: fix bug in bluesky emitter get descriptor method ([`27fa758`](https://gitlab.psi.ch/bec/bec/-/commit/27fa7584cd61c6453db01ab05f49b9c712155641))
## v2.21.2 (2024-08-13)
### Fix
@ -153,12 +159,6 @@ Add "--log-level" and "--file-log-level" to be able to change lo
* docs: improve docs ([`b25a670`](https://gitlab.psi.ch/bec/bec/-/commit/b25a6704adf405344b3acfb2417cf5896fa77009))
### Fix
* fix: add async monitor to config and fix dap tests due to API changes in ophyd ([`f9ec240`](https://gitlab.psi.ch/bec/bec/-/commit/f9ec2403db1dc64d2a975814976f6560336ec184))
* fix: bugfix within scibec metadata handler to accomodate changes of metadata ([`eef2764`](https://gitlab.psi.ch/bec/bec/-/commit/eef2764f448b749345e53158ecccf09ea4f463cb))
### Test
* test: fix tests due to config changes ([`22c1e57`](https://gitlab.psi.ch/bec/bec/-/commit/22c1e5734e0171e8e2a526e947e3f7d8098dad06))

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_ipython_client"
version = "2.21.2"
version = "2.21.3"
description = "BEC IPython client"
requires-python = ">=3.10"
classifiers = [

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_lib"
version = "2.21.2"
version = "2.21.3"
description = "BEC library"
requires-python = ">=3.10"
classifiers = [

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec-server"
version = "2.21.2"
version = "2.21.3"
description = "BEC server"
requires-python = ">=3.10"
classifiers = [

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pytest-bec-e2e"
version = "2.21.2"
version = "2.21.3"
description = "BEC pytest plugin for end-to-end tests"
requires-python = ">=3.10"
classifiers = [