From bb7194f7587d50cf5d009ae00b72db911e5de493 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 18 May 2026 18:34:05 +0000 Subject: [PATCH] 3.122.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ bec_ipython_client/pyproject.toml | 3 ++- bec_lib/pyproject.toml | 3 ++- bec_server/pyproject.toml | 3 ++- pytest_bec_e2e/pyproject.toml | 3 ++- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 580456d5..5960f51f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/bec_ipython_client/pyproject.toml b/bec_ipython_client/pyproject.toml index a506a48b..faecaf87 100644 --- a/bec_ipython_client/pyproject.toml +++ b/bec_ipython_client/pyproject.toml @@ -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 = ["*"] diff --git a/bec_lib/pyproject.toml b/bec_lib/pyproject.toml index 5e3f50f4..831c33c8 100644 --- a/bec_lib/pyproject.toml +++ b/bec_lib/pyproject.toml @@ -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 = ["*"] diff --git a/bec_server/pyproject.toml b/bec_server/pyproject.toml index 60939e54..4198ed58 100644 --- a/bec_server/pyproject.toml +++ b/bec_server/pyproject.toml @@ -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 = ["*"] diff --git a/pytest_bec_e2e/pyproject.toml b/pytest_bec_e2e/pyproject.toml index 4f8e068a..d11e9fb1 100644 --- a/pytest_bec_e2e/pyproject.toml +++ b/pytest_bec_e2e/pyproject.toml @@ -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 = ["*"]