Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-10-08 09:38:47 +00:00
parent 999e09ec41
commit 24e56ab2da
5 changed files with 17 additions and 4 deletions
+13
View File
@@ -1,6 +1,19 @@
# CHANGELOG
## v3.69.2 (2025-10-08)
### Bug Fixes
- **history**: Fix cache for h5 structure access
([`6c85069`](https://github.com/bec-project/bec/commit/6c85069df700bb417afcd1de126723315220353d))
### Build System
- Exclude pydantic 2.12.0
([`999e09e`](https://github.com/bec-project/bec/commit/999e09ec41ddefbccbcc54b54c31162381408d7b))
## v3.69.1 (2025-10-07)
### Bug Fixes
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_ipython_client"
version = "3.69.1"
version = "3.69.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.69.1"
version = "3.69.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.69.1"
version = "3.69.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.69.1"
version = "3.69.2"
description = "BEC pytest plugin for end-to-end tests"
requires-python = ">=3.11"
classifiers = [