Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-08-22 11:58:52 +00:00
parent a648494b0f
commit a5a7554719
5 changed files with 17 additions and 4 deletions
+13
View File
@@ -1,6 +1,19 @@
# CHANGELOG
## v3.56.0 (2025-08-22)
### Bug Fixes
- **ipython**: Replace deprecated gui.start with gui.show
([`a648494`](https://github.com/bec-project/bec/commit/a648494b0f94e042306482d0c67e13949475a631))
### Features
- **service config**: Add support for deployment configs in parent directory
([`c8a873b`](https://github.com/bec-project/bec/commit/c8a873b6a7e698921527a7c19b009eb3e09356c3))
## v3.55.2 (2025-08-18)
### Bug Fixes
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_ipython_client"
version = "3.55.2"
version = "3.56.0"
description = "BEC IPython client"
requires-python = ">=3.10"
classifiers = [
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_lib"
version = "3.55.2"
version = "3.56.0"
description = "BEC library"
requires-python = ">=3.10"
classifiers = [
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec-server"
version = "3.55.2"
version = "3.56.0"
description = "BEC server"
requires-python = ">=3.10"
classifiers = [
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pytest-bec-e2e"
version = "3.55.2"
version = "3.56.0"
description = "BEC pytest plugin for end-to-end tests"
requires-python = ">=3.10"
classifiers = [