Skip to content

Commit

Permalink
v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Dec 18, 2024
1 parent 191c3a1 commit 2ab9026
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
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).

## [0.7.2] - 2024-11-12
## [0.7.3] - 2024-12-18

* Updated to Shinylive web assets 0.9.2.

## [0.7.2] - 2024-12-16

* Updated to Shinylive web assets 0.9.2.

Expand Down
4 changes: 2 additions & 2 deletions shinylive/_version/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The version of this Python package.
SHINYLIVE_PACKAGE_VERSION = "0.7.2"
SHINYLIVE_PACKAGE_VERSION = "0.7.3"

# This is the version of the Shinylive assets to use.
SHINYLIVE_ASSETS_VERSION = "0.9.2"
SHINYLIVE_ASSETS_VERSION = "0.9.3"

0 comments on commit 2ab9026

Please sign in to comment.