From c384631bf02e2fc24fe17c26b4e33bb02680e415 Mon Sep 17 00:00:00 2001 From: Carson Date: Mon, 16 Dec 2024 16:13:42 -0600 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 2ea8f48..beb701d 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.4.0] - 2024-12-16 * Fixed a memory leak issue. (#167) diff --git a/shinywidgets/__init__.py b/shinywidgets/__init__.py index 7a05d28..fac16e8 100644 --- a/shinywidgets/__init__.py +++ b/shinywidgets/__init__.py @@ -2,7 +2,7 @@ __author__ = """Carson Sievert""" __email__ = "carson@posit.co" -__version__ = "0.4.0" +__version__ = "0.4.0.9000" from ._as_widget import as_widget from ._dependencies import bokeh_dependency