Skip to content

Commit 939b7b1

Browse files
committed
Bump version to 0.7.1
1 parent 6f4bf63 commit 939b7b1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [UNRELEASED]
9+
## [0.7.1] - 2024-02-05
10+
11+
### Bug fixes
1012

1113
* Fixed `render.download` not working in Express. (#1085)
1214

1315
* `express.ui.hold()` can now accept any type of object, instead of just `TagChild` objects. (#1089)
16+
1417
* Fixed an issue where `input_selectize` would not initialize correctly when created within a Shiny module. (#1091)
1518

1619

shiny/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A package for building reactive web applications."""
22

3-
__version__ = "0.7.0.9000"
3+
__version__ = "0.7.1"
44

55
from ._shinyenv import is_pyodide as _is_pyodide
66

0 commit comments

Comments
 (0)