diff --git a/CHANGELOG.md b/CHANGELOG.md index d2442498..a9097a38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # 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) ### Bug Fixes diff --git a/bec_ipython_client/pyproject.toml b/bec_ipython_client/pyproject.toml index 4a25121f..98e141fc 100644 --- a/bec_ipython_client/pyproject.toml +++ b/bec_ipython_client/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_ipython_client" -version = "2.34.12" +version = "2.34.13" description = "BEC IPython client" requires-python = ">=3.10" classifiers = [ diff --git a/bec_lib/pyproject.toml b/bec_lib/pyproject.toml index b33fb7ed..93c237db 100644 --- a/bec_lib/pyproject.toml +++ b/bec_lib/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_lib" -version = "2.34.12" +version = "2.34.13" description = "BEC library" requires-python = ">=3.10" classifiers = [ diff --git a/bec_server/pyproject.toml b/bec_server/pyproject.toml index ba05a19e..889e6db1 100644 --- a/bec_server/pyproject.toml +++ b/bec_server/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec-server" -version = "2.34.12" +version = "2.34.13" description = "BEC server" requires-python = ">=3.10" classifiers = [ diff --git a/pytest_bec_e2e/pyproject.toml b/pytest_bec_e2e/pyproject.toml index 273c5b0c..9c226b52 100644 --- a/pytest_bec_e2e/pyproject.toml +++ b/pytest_bec_e2e/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pytest-bec-e2e" -version = "2.34.12" +version = "2.34.13" description = "BEC pytest plugin for end-to-end tests" requires-python = ">=3.10" classifiers = [