From d625c3fd31e61515e5c2b5a94780faef5dce9d65 Mon Sep 17 00:00:00 2001 From: Carson Date: Tue, 29 Oct 2024 15:59:05 -0500 Subject: [PATCH] Start new version --- CHANGELOG.md | 4 ++++ shinywidgets/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1e0e2..72e56d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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) diff --git a/shinywidgets/__init__.py b/shinywidgets/__init__.py index 703327c..1a688f5 100644 --- a/shinywidgets/__init__.py +++ b/shinywidgets/__init__.py @@ -2,7 +2,7 @@ __author__ = """Carson Sievert""" __email__ = "carson@posit.co" -__version__ = "0.3.4" +__version__ = "0.3.4.9000" from ._as_widget import as_widget from ._dependencies import bokeh_dependency