From 6dd624adee7140e03e31f366fc890c1c0a61c128 Mon Sep 17 00:00:00 2001 From: Winston Chang <winston@stdout.org> Date: Fri, 2 Sep 2022 14:29:25 -0500 Subject: [PATCH] Bump version to 0.2.6 --- CHANGELOG.md | 4 +--- shiny/__init__.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eba92070..d8386ba4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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] +## [0.2.6] - 2022-09-02 ### New features @@ -13,8 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Disabled `shiny static` command, in favor of `shinylive export` from the shinylive package. ([#326](https://github.com/rstudio/py-shiny/pull/326)) -### Bug fixes - ## [0.2.5] - 2022-08-12 diff --git a/shiny/__init__.py b/shiny/__init__.py index b86175f01..f4486ad7f 100644 --- a/shiny/__init__.py +++ b/shiny/__init__.py @@ -1,6 +1,6 @@ """A package for building reactive web applications.""" -__version__ = "0.2.5.9001" +__version__ = "0.2.6" from ._shinyenv import is_pyodide as _is_pyodide