Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2025-09-25 12:49:43 +00:00
parent 1c80f09cea
commit a9fee815e2
5 changed files with 12 additions and 4 deletions
+8
View File
@@ -1,6 +1,14 @@
# CHANGELOG
## v3.68.2 (2025-09-25)
### Bug Fixes
- **history**: Allow list of scans by scan number
([`1c80f09`](https://github.com/bec-project/bec/commit/1c80f09cea3bbb9dcf8386cc0df292dc7b2b6b85))
## v3.68.1 (2025-09-25)
### Bug Fixes
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_ipython_client"
version = "3.68.1"
version = "3.68.2"
description = "BEC IPython client"
requires-python = ">=3.11"
classifiers = [
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec_lib"
version = "3.68.1"
version = "3.68.2"
description = "BEC library"
requires-python = ">=3.11"
classifiers = [
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "bec-server"
version = "3.68.1"
version = "3.68.2"
description = "BEC server"
requires-python = ">=3.11"
classifiers = [
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pytest-bec-e2e"
version = "3.68.1"
version = "3.68.2"
description = "BEC pytest plugin for end-to-end tests"
requires-python = ">=3.11"
classifiers = [