mirror of
https://github.com/bec-project/bec.git
synced 2026-05-31 23:38:31 +02:00
3.124.4
Automatically generated by python-semantic-release
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = ["*"]
|
||||
|
||||
@@ -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 = ["*"]
|
||||
|
||||
|
||||
@@ -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 = ["*"]
|
||||
|
||||
@@ -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 = ["*"]
|
||||
|
||||
Reference in New Issue
Block a user