From 97dae6e02e5e092bf07f5410a2d10aca80faad1a Mon Sep 17 00:00:00 2001 From: Carson Date: Tue, 16 Apr 2024 10:13:56 -0500 Subject: [PATCH] v0.3.2 release --- CHANGELOG.md | 2 +- shinywidgets/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da1376e..ed31785 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.3.2] - 2024-04-16 * Fixed a bug with multiple altair outputs not working inside a `@shiny.render.ui` decorator. (#140) * `@render_widget` no longer errors out when giving a `altair.FacetChart` class. (#142) diff --git a/shinywidgets/__init__.py b/shinywidgets/__init__.py index b384b93..873aa36 100644 --- a/shinywidgets/__init__.py +++ b/shinywidgets/__init__.py @@ -2,7 +2,7 @@ __author__ = """Carson Sievert""" __email__ = "carson@posit.co" -__version__ = "0.3.1.9000" +__version__ = "0.3.2" from ._as_widget import as_widget from ._dependencies import bokeh_dependency