From aa4426ad11bbfaf3c1a4c79b704400035df853e8 Mon Sep 17 00:00:00 2001 From: Carson Date: Tue, 28 May 2024 16:38:35 -0500 Subject: [PATCH] Bump version to 0.10.2.9000 --- CHANGELOG.md | 10 ++++++++++ shiny/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b0a7a173..72bff1e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to Shiny for Python 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] + +### Breaking Changes + +### New features + +### Bug fixes + +### Other changes + ### [0.10.2] ### Bug fixes diff --git a/shiny/__init__.py b/shiny/__init__.py index 451d8bd2a..85e75fc78 100644 --- a/shiny/__init__.py +++ b/shiny/__init__.py @@ -1,6 +1,6 @@ """A package for building reactive web applications.""" -__version__ = "0.10.2" +__version__ = "0.10.2.9000" from ._shinyenv import is_pyodide as _is_pyodide