Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-12-02 10:41:33 +00:00
parent c9883e7756
commit 9a5cbd3465
5 changed files with 15 additions and 4 deletions
+11
View File
@@ -1,6 +1,17 @@
# CHANGELOG
## v3.78.1 (2025-12-02)
### Bug Fixes
- **devicemanager**: Add callback for limit updates from low/high_travel_limit
([`d8e28f5`](https://github.com/bec-project/bec/commit/d8e28f5e0c2c4780b63bb040bdeabfb8fb70cd9c))
- **devicemanager**: Add timeout to .set calls on signals
([`c9883e7`](https://github.com/bec-project/bec/commit/c9883e7756b37fff0672500429907e376cf07474))
## v3.78.0 (2025-12-02)
### Bug Fixes
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_ipython_client"
version = "3.78.0"
version = "3.78.1"
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.78.0"
version = "3.78.1"
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.78.0"
version = "3.78.1"
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.78.0"
version = "3.78.1"
description = "BEC pytest plugin for end-to-end tests"
requires-python = ">=3.11"
classifiers = [