From de9b6d0af5bddcfd7db6113a7c0a2f6db4f688a1 Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Mon, 4 Mar 2024 10:39:51 -0600 Subject: [PATCH] Bump version to 0.8.0 --- CHANGELOG.md | 2 +- shiny/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e32db89..26c88e249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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 ### Breaking Changes diff --git a/shiny/__init__.py b/shiny/__init__.py index dd4fa0367..831045706 100644 --- a/shiny/__init__.py +++ b/shiny/__init__.py @@ -1,6 +1,6 @@ """A package for building reactive web applications.""" -__version__ = "0.7.1.9000" +__version__ = "0.8.0" from ._shinyenv import is_pyodide as _is_pyodide