From 72e859859e09ccc279d2e46a45b66ab50272b69f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 3 Jul 2024 18:20:26 +0000 Subject: [PATCH] 2.6.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ setup.cfg | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f0778c..0401396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v2.6.1 (2024-07-03) + +### Fix + +* Avoid pkg_resources for get_trame_versions() ([`49010b3`](https://github.com/Kitware/trame-vuetify/commit/49010b30eb9cff1202822f494af50a54cd338e6c)) + +### Documentation + +* **example:** Update tree example ([`4648a2c`](https://github.com/Kitware/trame-vuetify/commit/4648a2cd3ba9314f222c5ae4c3513a97f7426884)) +* **lab:** Add another tree example ([`67381d0`](https://github.com/Kitware/trame-vuetify/commit/67381d04d6242602ff482a5c14ecc3a711516443)) + ## v2.6.0 (2024-06-11) ### Feature diff --git a/setup.cfg b/setup.cfg index 37ed650..a79314b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = trame-vuetify -version = 2.6.0 +version = 2.6.1 description = Vuetify widgets for trame long_description = file: README.rst long_description_content_type = text/x-rst