From 52d46e77dbc99fa7125314c55c7aab7280fce318 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 7 Jun 2024 23:24:04 +0000 Subject: [PATCH] 0.59.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 15 +++++++-------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cb74627..6d2a2e2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.59.1 (2024-06-07) + +### Fix + +* fix(curve): set_color_map_z typo fixed in user access ([`e7838b0`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/e7838b0f2fc23b0a232ed7d68fbd7f3493a91b9e)) + + ## v0.59.0 (2024-06-07) ### Build @@ -151,11 +158,3 @@ ## v0.57.0 (2024-06-05) - -### Documentation - -* docs: extend user documentation for BEC Widgets ([`4160f3d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/4160f3d6d7ec1122785b5e3fdfc4afe67a95e9a1)) - -### Feature - -* feat(widgets/console): BECJupyterConsole added ([`8c03034`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/8c03034acf6b3ed1e346ebf1b785d41068513cc5)) diff --git a/pyproject.toml b/pyproject.toml index 5321aa81..b55b7270 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "0.59.0" +version = "0.59.1" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [