Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-05-18 18:34:05 +00:00
parent 4935e0209e
commit bb7194f758
5 changed files with 16 additions and 4 deletions
+8
View File
@@ -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
+2 -1
View File
@@ -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 = ["*"]
+2 -1
View File
@@ -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 = ["*"]
+2 -1
View File
@@ -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 = ["*"]
+2 -1
View File
@@ -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 = ["*"]