From 1c97ac32e231aec46f764bf09776637365e62c7f Mon Sep 17 00:00:00 2001 From: Carson Date: Tue, 13 Aug 2024 16:20:07 -0700 Subject: [PATCH] v0.3.3 release --- CHANGELOG.md | 2 +- shinywidgets/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c99ff..b4cfc37 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.3] - 2024-08-13 * Fixed a bug with receiving binary data on the frontend, which gets [quak](https://github.com/manzt/quak) and [mosaic-widget](https://idl.uw.edu/mosaic/jupyter/) working with `@render_widget`. (#152) diff --git a/shinywidgets/__init__.py b/shinywidgets/__init__.py index 8575f9f..973da79 100644 --- a/shinywidgets/__init__.py +++ b/shinywidgets/__init__.py @@ -2,7 +2,7 @@ __author__ = """Carson Sievert""" __email__ = "carson@posit.co" -__version__ = "0.3.2.9000" +__version__ = "0.3.3" from ._as_widget import as_widget from ._dependencies import bokeh_dependency