Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-05-21 16:04:36 +00:00
parent 32b5070600
commit 76820b21ff
5 changed files with 16 additions and 4 deletions
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v3.124.4 (2026-05-21)
### Bug Fixes
- Update account message format in send_atlas_update method
([`32b5070`](https://github.com/bec-project/bec/commit/32b5070600fbf1370daaf25a2edd45dba3b03bb4))
## v3.124.3 (2026-05-21)
### Bug Fixes
+2 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_ipython_client"
version = "3.124.3"
version = "3.124.4"
description = "BEC IPython client"
requires-python = ">=3.11"
classifiers = [
@@ -60,6 +60,7 @@ Homepage = "https://github.com/bec-project/bec"
[tool.hatch.build.targets.wheel]
include = ["*"]
+2 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_lib"
version = "3.124.3"
version = "3.124.4"
description = "BEC library"
requires-python = ">=3.11"
classifiers = [
@@ -80,6 +80,7 @@ Homepage = "https://github.com/bec-project/bec"
[tool.hatch.build.targets.wheel]
include = ["*"]
+2 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec-server"
version = "3.124.3"
version = "3.124.4"
description = "BEC server"
requires-python = ">=3.11"
classifiers = [
@@ -73,6 +73,7 @@ Homepage = "https://github.com/bec-project/bec"
[tool.hatch.build.targets.wheel]
include = ["*"]
+2 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pytest-bec-e2e"
version = "3.124.3"
version = "3.124.4"
description = "BEC pytest plugin for end-to-end tests"
requires-python = ">=3.11"
classifiers = [
@@ -45,6 +45,7 @@ Homepage = "https://github.com/bec-project/bec"
[tool.hatch.build.targets.wheel]
include = ["*"]