Skip to content

Commit b293402

Browse files
committed
v0.8.0
1 parent 5b764e0 commit b293402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to `shinyswatch` will be documented in this file.
55
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

8-
## [UNRELEASED]
8+
## [0.8.0] - 2024-11-07
99

1010
* The theme picker's message warning users to include `shinyswatch.theme_picker_server()` is now correctly hidden if the app takes longer than expected to start up. (#47)
1111

shinyswatch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Bootswatch + Bootstrap 5 themes for Shiny"""
22

3-
__version__ = "0.7.0"
3+
__version__ = "0.8.0"
44

55
from . import theme
66
from ._get_theme import get_theme

0 commit comments

Comments
 (0)