From f3200e962e28b204dbcaed4349f0d83012741009 Mon Sep 17 00:00:00 2001 From: Carson Sievert Date: Tue, 31 Oct 2023 13:52:55 -0500 Subject: [PATCH] v0.2.2 release candidate (#111) --- CHANGELOG.md | 2 +- shinywidgets/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 492d489..aa2f3ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to shinywidgets will be documented in this file. 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.2] - 2023-10-31 * `@render_widget` now builds on `shiny`'s `render.transformer` infrastructure, and as a result, it works more seamlessly in `shiny.express` mode. (#110) * Closed #104: Officially support for Python 3.7. diff --git a/shinywidgets/__init__.py b/shinywidgets/__init__.py index 10ddb50..3947b3d 100644 --- a/shinywidgets/__init__.py +++ b/shinywidgets/__init__.py @@ -2,7 +2,7 @@ __author__ = """Carson Sievert""" __email__ = "carson@rstudio.com" -__version__ = "0.2.1.9000" +__version__ = "0.2.2" from ._dependencies import bokeh_dependency from ._shinywidgets import output_widget, reactive_read, register_widget, render_widget, as_widget