From 9d497b70bf735c8e7fb090783aebac4bbfe67249 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 8 Dec 2023 09:57:26 +0000 Subject: [PATCH] 0.34.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0fe058d..69c74616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v0.34.0 (2023-12-08) + +### Feature + +* Monitor.py error message popup ([`a3b24f9`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/a3b24f92420420c8968ef4793342c3857c826e57)) + +### Fix + +* Monitor_config_validator.py - Signal validation changed from field_validator to model_validator to check first name and then entry ([`0868047`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/086804780d19956331d8385381d2f7f9c181e77c)) +* Monitor_config_validator.py fix entry validation executed only if name validator is successful ([`af71e35`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/af71e35e73733472228c4be0061faefaf655b769)) + ## v0.33.0 (2023-12-07) ### Feature diff --git a/setup.py b/setup.py index 3cef2394..b137c370 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # pylint: disable= missing-module-docstring from setuptools import setup -__version__ = "0.33.0" +__version__ = "0.34.0" # Default to PyQt6 if no other Qt binding is installed QT_DEPENDENCY = "PyQt6>=6.0"