From df4c607f65308ef893ceefcbb95119094099fbba Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Thu, 3 Nov 2022 13:07:49 -0500 Subject: [PATCH] Bump version to 0.2.9 --- CHANGELOG.md | 6 +----- shiny/__init__.py | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae97b8a7a..9c09a3328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +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] - -### New features +## [0.2.9] - 2022-11-03 ### Bug fixes @@ -15,8 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fixed `shiny run` handling on Windows of absolute paths with drive letter, as in `shiny run c:/myapp/app.py`. (#370) -### Other changes - ## [0.2.8] - 2022-10-20 diff --git a/shiny/__init__.py b/shiny/__init__.py index 478b5f1e9..45d807486 100644 --- a/shiny/__init__.py +++ b/shiny/__init__.py @@ -1,6 +1,6 @@ """A package for building reactive web applications.""" -__version__ = "0.2.8.9000" +__version__ = "0.2.9" from ._shinyenv import is_pyodide as _is_pyodide