Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2026-05-11 08:15:52 +00:00
parent c6ca7f8129
commit a0720861e3
5 changed files with 19 additions and 4 deletions
+11
View File
@@ -1,6 +1,17 @@
# CHANGELOG
## v3.120.0 (2026-05-11)
### Features
- Implement scan reload functionality
([`21c44c5`](https://github.com/bec-project/bec/commit/21c44c524d9ce6ba8e24e3cfad7107c700e76d7e))
- Reload plugin modules on config reload
([`c6ca7f8`](https://github.com/bec-project/bec/commit/c6ca7f8129a78aa6d7f467c2435a2d8d616c70b9))
## v3.119.3 (2026-05-11)
### Bug Fixes
+2 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_ipython_client"
version = "3.119.3"
version = "3.120.0"
description = "BEC IPython client"
requires-python = ">=3.11"
classifiers = [
@@ -43,6 +43,7 @@ bec = "bec_ipython_client.main:main"
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.119.3"
version = "3.120.0"
description = "BEC library"
requires-python = ">=3.11"
classifiers = [
@@ -71,6 +71,7 @@ bec_lib_fixtures = "bec_lib.tests.fixtures"
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.119.3"
version = "3.120.0"
description = "BEC server"
requires-python = ">=3.11"
classifiers = [
@@ -56,6 +56,7 @@ bec-procedure-worker = "bec_server.procedures.oop_worker_base:main"
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.119.3"
version = "3.120.0"
description = "BEC pytest plugin for end-to-end tests"
requires-python = ">=3.11"
classifiers = [
@@ -28,6 +28,7 @@ bec_end2end_fixtures = "pytest_bec_e2e.plugin"
Homepage = "https://github.com/bec-project/bec"
[tool.hatch.build.targets.wheel]
include = ["*"]