diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ab25f..ed1e0e2 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.4] - 2024-10-29 * Fixed an issue where widgets would sometimes fail to render in a Quarto document. (#159) * Fixed an issue where importing shinywidgets before a ipywidget implementation can sometimes error in a Shiny Express app. (#163) diff --git a/shinywidgets/__init__.py b/shinywidgets/__init__.py index 2aafaa5..703327c 100644 --- a/shinywidgets/__init__.py +++ b/shinywidgets/__init__.py @@ -2,7 +2,7 @@ __author__ = """Carson Sievert""" __email__ = "carson@posit.co" -__version__ = "0.3.3.9000" +__version__ = "0.3.4" from ._as_widget import as_widget from ._dependencies import bokeh_dependency