From 3210a42e4223b72d8b68fe7999ad791c425e58be Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 28 Aug 2024 20:29:23 +0000 Subject: [PATCH] 0.99.9 Automatically generated by python-semantic-release --- CHANGELOG.md | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72cc9c12..c20ea589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.99.9 (2024-08-28) + +### Fix + +* fix: fixed build process and excluded docs and tests from tarballs and wheels ([`719254c`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/719254cf0a48e1fc4bd541edba239570778bcfea)) + ## v0.99.8 (2024-08-28) ### Fix @@ -153,9 +159,3 @@ If not theme is set, the init of the BECWidget base class sets the default theme ### Fix * fix: minor fixes for type annotations ([`8c2e7c8`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/8c2e7c82592ace50e4e1f47e392a0ddc988f57ae)) - -## v0.96.2 (2024-08-22) - -### Fix - -* fix(waveform): validation of custom curves removed ([`af28574`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/af28574bd58457a05f1269f121db01ad627b5769)) diff --git a/pyproject.toml b/pyproject.toml index c39c40cb..fdc9369d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.99.8" +version = "0.99.9" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [