We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce610de commit a80f6acCopy full SHA for a80f6ac
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to `shinyswatch` will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [UNRELEASED] - YYYY-MM-DD
+## [0.6.0] - 2024-04-16
9
10
### New features
11
shinyswatch/__init__.py
@@ -1,6 +1,6 @@
1
"""Bootswatch + Bootstrap 5 themes for Shiny"""
2
3
-__version__ = "0.5.1.9000"
+__version__ = "0.6.0"
4
from . import theme
from ._get_theme import get_theme
0 commit comments