From 9a2396ee9c2a98a09b56a6b42f63663f6a368bc8 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 1 Apr 2026 12:55:25 +0000 Subject: [PATCH] 3.4.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b05e0c48..d6ab3103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## v3.4.2 (2026-04-01) + +### Bug Fixes + +- Allow admin user to pass deployment group check + ([`e6c8cd0`](https://github.com/bec-project/bec_widgets/commit/e6c8cd0b1a1162302071c93a2ac51880b3cf1b7d)) + +- **bec-atlas-admin-view**: Fix atlas_url to bec-atlas-prod.psi.ch + ([`242f893`](https://github.com/bec-project/bec_widgets/commit/242f8933b246802f5f3a5b9df7de07901f151c82)) + +### Testing + +- Add tests for admin access + ([`2dab16b`](https://github.com/bec-project/bec_widgets/commit/2dab16b68415806f3f291657f394bb2d8654229d)) + + ## v3.4.1 (2026-04-01) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 81a25a96..7463959a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "3.4.1" +version = "3.4.2" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [