From af1228dfe012a8bd4f12cae4d43c4cc8394b8524 Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Thu, 25 Jan 2024 18:30:49 -0600 Subject: [PATCH] Bump version to 0.2.1 --- CHANGELOG.md | 2 +- shinylive/_version/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2108c23..d4c4b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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). -## [UNRELEASED] +## [0.2.1] - 2024-01-25 * Added support for packages which are listed in `requirements.txt` and are part of the Pyodide distribution, but are not `import`ed in the code, and are soft dependencies of `import`ed packages (they are optionally loaded, as opposed to hard dependencies which are always loaded). (#25) diff --git a/shinylive/_version/__init__.py b/shinylive/_version/__init__.py index 03d89b0..4032713 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.2.0.9000" +SHINYLIVE_PACKAGE_VERSION = "0.2.1" # This is the version of the Shinylive assets to use. SHINYLIVE_ASSETS_VERSION = "0.2.5"