Skip to content

Commit

Permalink
v0.2.8 release (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 authored Oct 20, 2022
1 parent 2354574 commit 7d651c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,14 @@ 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.8] - 2022-10-20

### Bug fixes

* `panel_conditional` now works correctly inside of Shiny modules. (Thanks, @gcaligari!) (#336)

* Fix compatibility with Uvicorn 0.19.0 (#357)

### Other changes


## [0.2.7] - 2022-09-27

Expand Down
2 changes: 1 addition & 1 deletion shiny/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A package for building reactive web applications."""

__version__ = "0.2.7.9000"
__version__ = "0.2.8"

from ._shinyenv import is_pyodide as _is_pyodide

Expand Down

0 comments on commit 7d651c7

Please sign in to comment.