From a516b1b2478b3cb8dd60656dc4167341da711542 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 21 Apr 2024 16:24:50 +0000 Subject: [PATCH] 0.46.7 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 2c3f5d83..592db1ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.46.7 (2024-04-21) + +### Fix + +* **plot/image:** Monitors are now validated with current bec session ([`67a99a1`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/67a99a1a19c261f9a1f09635f274cd9fbfe53639)) + ## v0.46.6 (2024-04-19) ### Fix diff --git a/setup.py b/setup.py index 19ff07e7..b99ae940 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.6" +__version__ = "0.46.7" # Default to PyQt6 if no other Qt binding is installed QT_DEPENDENCY = "PyQt6>=6.0"