Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2024-11-05 20:03:32 +00:00
parent f41e8bcabc
commit b950355c4b
5 changed files with 11 additions and 4 deletions

View File

@ -1,6 +1,13 @@
# CHANGELOG # CHANGELOG
## v2.34.13 (2024-11-05)
### Bug Fixes
* fix: fix permission issue for file created by other user ([`f41e8bc`](https://gitlab.psi.ch/bec/bec/-/commit/f41e8bcabc5c9c1f705cfaa985f91cd0b03292bf))
## v2.34.12 (2024-10-22) ## v2.34.12 (2024-10-22)
### 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 = "2.34.12" version = "2.34.13"
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 = "2.34.12" version = "2.34.13"
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 = "2.34.12" version = "2.34.13"
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 = "2.34.12" version = "2.34.13"
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 = [