Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-10-22 16:53:26 +00:00 committed by wakonig_k
parent 034dcabaf3
commit aba40e2381
5 changed files with 15 additions and 4 deletions

View File

@ -1,6 +1,17 @@
# CHANGELOG
## v2.34.12 (2024-10-22)
### Bug Fixes
* fix(scans): removed default from required kwarg ([`5c0d825`](https://gitlab.psi.ch/bec/bec/-/commit/5c0d8257858adc7b282d97964b88150faffd33a7))
* fix(scan_assembler): forward error message content ([`6fb87c7`](https://gitlab.psi.ch/bec/bec/-/commit/6fb87c725bdb0cca93c880a7869aac06e3851dd7))
* fix(scans): fixed kwarg check for scans without args but required kwargs ([`96734c3`](https://gitlab.psi.ch/bec/bec/-/commit/96734c3dd2ec08e539081f282669af7b95571c10))
## v2.34.11 (2024-10-22)
### Bug Fixes

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_ipython_client"
version = "2.34.11"
version = "2.34.12"
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.34.11"
version = "2.34.12"
description = "BEC library"
requires-python = ">=3.10"
classifiers = [

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec-server"
version = "2.34.11"
version = "2.34.12"
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.34.11"
version = "2.34.12"
description = "BEC pytest plugin for end-to-end tests"
requires-python = ">=3.10"
classifiers = [