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