Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-11-11 12:40:22 +00:00
parent 3b49df6363
commit 8fe1ce52ca
5 changed files with 17 additions and 4 deletions
+13
View File
@@ -1,6 +1,19 @@
# CHANGELOG
## v3.73.2 (2025-11-11)
### Bug Fixes
- **rpc**: Update config cache on set commands
([`6e4d2ca`](https://github.com/bec-project/bec/commit/6e4d2ca0c72b237db8333e5b350e95bd3d4f82e8))
### Refactoring
- **rpc**: Move mixin to composition; cleanup
([`3b49df6`](https://github.com/bec-project/bec/commit/3b49df63631e222d90cc00a64842612ec71f7952))
## v3.73.1 (2025-10-31)
### Bug Fixes
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_ipython_client"
version = "3.73.1"
version = "3.73.2"
description = "BEC IPython client"
requires-python = ">=3.11"
classifiers = [
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_lib"
version = "3.73.1"
version = "3.73.2"
description = "BEC library"
requires-python = ">=3.11"
classifiers = [
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec-server"
version = "3.73.1"
version = "3.73.2"
description = "BEC server"
requires-python = ">=3.11"
classifiers = [
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pytest-bec-e2e"
version = "3.73.1"
version = "3.73.2"
description = "BEC pytest plugin for end-to-end tests"
requires-python = ">=3.11"
classifiers = [