From 4813023347b2a0885ed2bad34d10da3427f8097d Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Mon, 4 Mar 2024 13:24:11 -0500 Subject: [PATCH] Setup dev version 0.8.0.9000 --- CHANGELOG.md | 2 ++ shiny/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c88e249..440b72697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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 + ## [0.8.0] - 2024-03-04 diff --git a/shiny/__init__.py b/shiny/__init__.py index 831045706..3c681c22e 100644 --- a/shiny/__init__.py +++ b/shiny/__init__.py @@ -1,6 +1,6 @@ """A package for building reactive web applications.""" -__version__ = "0.8.0" +__version__ = "0.8.0.9000" from ._shinyenv import is_pyodide as _is_pyodide