From 191c3a1f80eb421594d0b8f0ba51a0d2a1379861 Mon Sep 17 00:00:00 2001 From: Carson Date: Mon, 16 Dec 2024 16:43:59 -0600 Subject: [PATCH] v0.7.2 --- CHANGELOG.md | 4 ++++ shinylive/_version/__init__.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f2fbd2..1a1b549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.2] - 2024-11-12 + +* Updated to Shinylive web assets 0.9.2. + ## [0.7.1] - 2024-11-12 * Updated to Shinylive web assets 0.9.1. diff --git a/shinylive/_version/__init__.py b/shinylive/_version/__init__.py index 3a6b40c..3beb75f 100644 --- a/shinylive/_version/__init__.py +++ b/shinylive/_version/__init__.py @@ -1,5 +1,5 @@ # The version of this Python package. -SHINYLIVE_PACKAGE_VERSION = "0.7.1" +SHINYLIVE_PACKAGE_VERSION = "0.7.2" # This is the version of the Shinylive assets to use. -SHINYLIVE_ASSETS_VERSION = "0.9.1" +SHINYLIVE_ASSETS_VERSION = "0.9.2"