From b597638fb706a16054310e0ba767276cf0a7fa56 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Mon, 18 Nov 2024 15:46:16 +0100 Subject: [PATCH] Bump Vizzu version to 0.15 (#7485) --- examples/reference/panes/Vizzu.ipynb | 2 +- panel/models/vizzu.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/reference/panes/Vizzu.ipynb b/examples/reference/panes/Vizzu.ipynb index 204963d863..3d9678ca71 100644 --- a/examples/reference/panes/Vizzu.ipynb +++ b/examples/reference/panes/Vizzu.ipynb @@ -38,7 +38,7 @@ "* **`patch`**: Patches one or more rows in the data.\n", "___\n", "\n", - "The `Vizzu` pane is built on **version {{VIZZU_VERSION}}** of the [Vizzu Javascript](https://lib.vizzuhq.com/latest/) library." + "The `Vizzu` pane is built on **version {{VIZZU_VERSION}}** of the [Vizzu Javascript](https://lib.vizzuhq.com/{{VIZZU_VERSION}}/) library." ] }, { diff --git a/panel/models/vizzu.py b/panel/models/vizzu.py index 4a682fba9c..6a8b5d3d48 100644 --- a/panel/models/vizzu.py +++ b/panel/models/vizzu.py @@ -11,7 +11,7 @@ from ..config import config from ..util import classproperty -VIZZU_VERSION = "0.9.3" +VIZZU_VERSION = "0.15" class VizzuEvent(ModelEvent):