Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2025-01-09 13:23:05 +00:00
parent 42af11b70a
commit d722aeb8ff
5 changed files with 20 additions and 4 deletions

View File

@ -1,6 +1,22 @@
# CHANGELOG # CHANGELOG
## v3.5.0 (2025-01-09)
### Bug Fixes
- **scan_status**: Set done status manually if devices are None
([`42af11b`](https://gitlab.psi.ch/bec/bec/-/commit/42af11b70a5253e73194ed21ad1bb158e194c8fa))
- **scan_stubs**: Fixed check for pending stub status objects
([`150210d`](https://gitlab.psi.ch/bec/bec/-/commit/150210d41839ee51e7e28a8e82116d68531e1862))
### Features
- **stub_status**: Added name to stub status
([`b6f1754`](https://gitlab.psi.ch/bec/bec/-/commit/b6f175476c806333eaf5ae0832559bb56994f74c))
## v3.4.3 (2025-01-08) ## v3.4.3 (2025-01-08)
### Bug Fixes ### Bug Fixes

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "bec_ipython_client" name = "bec_ipython_client"
version = "3.4.3" version = "3.5.0"
description = "BEC IPython client" description = "BEC IPython client"
requires-python = ">=3.10" requires-python = ">=3.10"
classifiers = [ classifiers = [

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "bec_lib" name = "bec_lib"
version = "3.4.3" version = "3.5.0"
description = "BEC library" description = "BEC library"
requires-python = ">=3.10" requires-python = ">=3.10"
classifiers = [ classifiers = [

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "bec-server" name = "bec-server"
version = "3.4.3" version = "3.5.0"
description = "BEC server" description = "BEC server"
requires-python = ">=3.10" requires-python = ">=3.10"
classifiers = [ classifiers = [

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "pytest-bec-e2e" name = "pytest-bec-e2e"
version = "3.4.3" version = "3.5.0"
description = "BEC pytest plugin for end-to-end tests" description = "BEC pytest plugin for end-to-end tests"
requires-python = ">=3.10" requires-python = ">=3.10"
classifiers = [ classifiers = [