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

View File

@ -1,6 +1,17 @@
# CHANGELOG # 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) ## v2.34.11 (2024-10-22)
### Bug Fixes ### Bug Fixes

View File

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

View File

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

View File

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

View File

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