diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a1b549..caaa658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ 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 +## [0.7.3] - 2024-12-18 + +* Updated to Shinylive web assets 0.9.2. + +## [0.7.2] - 2024-12-16 * Updated to Shinylive web assets 0.9.2. diff --git a/shinylive/_version/__init__.py b/shinylive/_version/__init__.py index 3beb75f..dbed3a9 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.2" +SHINYLIVE_PACKAGE_VERSION = "0.7.3" # This is the version of the Shinylive assets to use. -SHINYLIVE_ASSETS_VERSION = "0.9.2" +SHINYLIVE_ASSETS_VERSION = "0.9.3"