From 6e0faa414c68def539a0c44c2167cdb80c15af63 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Thu, 7 Mar 2024 12:47:04 -0500 Subject: [PATCH] Bump dev version to 0.8.1.9000 --- CHANGELOG.md | 10 ++++++++++ shiny/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245ac863c..3cf9e3435 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] - YYYY-MM-DD + +### Breaking Changes + +### New features + +### Bug fixes + +### Other changes + ## [0.8.1] - 2024-03-06 ### Breaking Changes diff --git a/shiny/__init__.py b/shiny/__init__.py index 5246f3dd4..39d793524 100644 --- a/shiny/__init__.py +++ b/shiny/__init__.py @@ -1,6 +1,6 @@ """A package for building reactive web applications.""" -__version__ = "0.8.1" +__version__ = "0.8.1.9000" from ._shinyenv import is_pyodide as _is_pyodide