Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-05-21 14:21:34 +00:00
parent ca696acd58
commit cf5a28d6e7
5 changed files with 16 additions and 4 deletions
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v3.124.1 (2026-05-21)
### Bug Fixes
- Update separator in publish_metrics method from '-' to '_'
([`ca696ac`](https://github.com/bec-project/bec/commit/ca696acd581badc3d461d89ed99917cabf3335cc))
## v3.124.0 (2026-05-21)
### Features
+2 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_ipython_client"
version = "3.124.0"
version = "3.124.1"
description = "BEC IPython client"
requires-python = ">=3.11"
classifiers = [
@@ -58,6 +58,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.0"
version = "3.124.1"
description = "BEC library"
requires-python = ">=3.11"
classifiers = [
@@ -77,6 +77,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.0"
version = "3.124.1"
description = "BEC server"
requires-python = ">=3.11"
classifiers = [
@@ -71,6 +71,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.0"
version = "3.124.1"
description = "BEC pytest plugin for end-to-end tests"
requires-python = ">=3.11"
classifiers = [
@@ -43,6 +43,7 @@ Homepage = "https://github.com/bec-project/bec"
[tool.hatch.build.targets.wheel]
include = ["*"]