mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-22 02:20:02 +02:00
2.34.11
Automatically generated by python-semantic-release
This commit is contained in:
parent
e51a2fbe1c
commit
bfda031d68
13
CHANGELOG.md
13
CHANGELOG.md
@ -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
|
||||
|
@ -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 = [
|
||||
|
@ -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 = [
|
||||
|
@ -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 = [
|
||||
|
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user