From 14050689257cfb8164257c98f6f9a2af792ca636 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 5 Aug 2024 14:11:34 +0000 Subject: [PATCH] 0.93.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45211699..a1762a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## v0.93.0 (2024-08-05) + +### Feature + +* feat(themes): moved themes to bec_qthemes + +This reverts commit fd6ae91993a23a7b8dbb2cf3c4b7c3eda6d2b0f6 ([`5aad401`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/5aad401ef8774c7330784f72cd3b9d8c253e2b6a)) + ## v0.92.5 (2024-08-05) ### Fix @@ -138,14 +146,6 @@ This reverts commit 3798714369adf4023f833b7749d2f46a0ec74eee ([`fd6ae91`](https: ## v0.88.1 (2024-07-22) -### Documentation - -* docs: readthedocs icon path fixed ([`2bcaa42`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/2bcaa4256d6daaefacb3ead8c72458d7b1498e29)) - -### Fix - -* fix(plot_base): set_xy autorange moved to plotbase from waveform ([`a3dff7d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/a3dff7decc16115c12dc6b4ef1572552368da309)) - ### Refactor * refactor(toolbar): generalizations of the ToolBarAction ([`ad112d1`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/ad112d1f08157f6987edd48a0bacf9f669ef1997)) diff --git a/pyproject.toml b/pyproject.toml index 5f54e2b1..9afda54e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.92.5" +version = "0.93.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [