diff --git a/CHANGELOG.md b/CHANGELOG.md index 4360878..437b37b 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.1] - 2024-11-12 + +* Updated to Shinylive web assets 0.9.1 + ## [0.7.0] - 2024-10-29 * Updated to Shinylive web assets 0.9.0. diff --git a/shinylive/_version/__init__.py b/shinylive/_version/__init__.py index c010ad1..3a6b40c 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.0" +SHINYLIVE_PACKAGE_VERSION = "0.7.1" # This is the version of the Shinylive assets to use. -SHINYLIVE_ASSETS_VERSION = "0.9.0" +SHINYLIVE_ASSETS_VERSION = "0.9.1"