Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Nov 12, 2024
1 parent 0cdbaee commit b804598
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.1] - 2024-11-12

* Updated to Shinylive web assets 0.9.1.

## [0.7.0] - 2024-10-29

* Updated to Shinylive web assets 0.9.0.
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.0"
SHINYLIVE_PACKAGE_VERSION = "0.7.1"

# This is the version of the Shinylive assets to use.
SHINYLIVE_ASSETS_VERSION = "0.9.0"
SHINYLIVE_ASSETS_VERSION = "0.9.1"

0 comments on commit b804598

Please sign in to comment.