From 2d9020358d2095367f4009b5007cbdb590b000a1 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 16 Feb 2024 20:51:02 +0000 Subject: [PATCH] 0.40.0 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 9b2b4878..0fbdfc89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.40.0 (2024-02-16) + +### Feature + +* **utils.colors:** Golden_angle_color utility can return colors as a list of QColor, RGB or HEC ([`5125909`](https://gitlab.psi.ch/bec/bec-widgets/-/commit/51259097fa23ff861eac3f7c63624ea591bf1bd3)) + ## v0.39.0 (2024-02-12) ### Feature diff --git a/setup.py b/setup.py index a9e1c78a..388ce873 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # pylint: disable= missing-module-docstring from setuptools import setup, find_packages -__version__ = "0.39.0" +__version__ = "0.40.0" # Default to PyQt6 if no other Qt binding is installed QT_DEPENDENCY = "PyQt6>=6.0"