From 3a241e897b939c52c6807ed25348582d3eb02e35 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 10 Apr 2024 20:19:43 +0000 Subject: [PATCH] 0.46.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ead0eb4..e7a2d390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.46.2 (2024-04-10) + +### Fix + +* **widget/plots:** Added "get_config" to all children of `BECConnector` to USER_ACCESS ([`ee617b7`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/ee617b73a2fcad8194394182fcecb0dd4f583a8e)) + ## v0.46.1 (2024-04-10) ### Fix diff --git a/setup.py b/setup.py index 77464571..867a0146 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # pylint: disable= missing-module-docstring from setuptools import find_packages, setup -__version__ = "0.46.1" +__version__ = "0.46.2" # Default to PyQt6 if no other Qt binding is installed QT_DEPENDENCY = "PyQt6>=6.0"