Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-10-22 16:34:01 +00:00
parent e51a2fbe1c
commit bfda031d68
5 changed files with 17 additions and 4 deletions

View File

@ -1,6 +1,19 @@
# CHANGELOG
## v2.34.11 (2024-10-22)
### Bug Fixes
* fix: ensure 'bec.scans' (default namespace) points to a clean namespace
BECClient.scans is the same as before ; BECClient.scans_namespace is a
SimpleNamespace with only functions to run scans. BECClient's
default namespace points to the latter. As a consequence, IPython
client "bec.scans" == BECClient.scans_namespace , users can only see
scan run functions. ([`e51a2fb`](https://gitlab.psi.ch/bec/bec/-/commit/e51a2fbe1c956405b1e8dc0f66e3e76bf346af70))
## v2.34.10 (2024-10-22)
### Bug Fixes

View File

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