Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2025-01-14 08:01:53 +00:00
parent d63ddb2117
commit 42ab6d4927
5 changed files with 12 additions and 4 deletions

View File

@ -1,6 +1,14 @@
# CHANGELOG # CHANGELOG
## v3.5.1 (2025-01-14)
### Bug Fixes
- **async_writer**: Fixed bug that caused async writer to overwrite already written datasets
([`d63ddb2`](https://gitlab.psi.ch/bec/bec/-/commit/d63ddb21173fda86239c05646918d62f14825976))
## v3.5.0 (2025-01-09) ## v3.5.0 (2025-01-09)
### 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.5.0" version = "3.5.1"
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.5.0" version = "3.5.1"
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.5.0" version = "3.5.1"
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.5.0" version = "3.5.1"
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 = [