From 2e349bd70569a4e04ebeb1885df5b608a4c68536 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 19 Apr 2024 08:17:58 +0000 Subject: [PATCH] 0.46.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fdbabe0..3affc686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.46.5 (2024-04-19) + +### Fix + +* **widgets/figure:** Individual cleanup disabled, making stuck rpc ([`ff52100`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/ff52100e234debdfb5ccc0869352cfafde52ac93)) +* **plots/waveform:** Colormap is correctly passed from BECFigure ([`026c079`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/026c0792bee25723013fffe57ccff10d9b652913)) + ## v0.46.4 (2024-04-16) ### Fix diff --git a/setup.py b/setup.py index 9f1798d5..d8b105d2 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.4" +__version__ = "0.46.5" # Default to PyQt6 if no other Qt binding is installed QT_DEPENDENCY = "PyQt6>=6.0"