mirror of
https://github.com/bec-project/bec.git
synced 2026-05-31 15:28:32 +02:00
3.122.4
Automatically generated by python-semantic-release
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
# CHANGELOG
|
||||
|
||||
|
||||
## v3.122.4 (2026-05-18)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **redis_connector**: Filter_topics_cb `!=` instead of `is not`
|
||||
([`4935e02`](https://github.com/bec-project/bec/commit/4935e0209e517664195d666a2938a977407755d3))
|
||||
|
||||
|
||||
## v3.122.3 (2026-05-15)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "bec_ipython_client"
|
||||
version = "3.122.3"
|
||||
version = "3.122.4"
|
||||
description = "BEC IPython client"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
@@ -51,6 +51,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.122.3"
|
||||
version = "3.122.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.122.3"
|
||||
version = "3.122.4"
|
||||
description = "BEC server"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
@@ -64,6 +64,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.122.3"
|
||||
version = "3.122.4"
|
||||
description = "BEC pytest plugin for end-to-end tests"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
@@ -36,6 +36,7 @@ Homepage = "https://github.com/bec-project/bec"
|
||||
|
||||
|
||||
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
include = ["*"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user