Skip to content

Commit b1d0bfe

Browse files
committed
v0.4.1
1 parent d621210 commit b1d0bfe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ All notable changes to shinywidgets 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]
9-
8+
## [0.4.1] - 2024-12-17
109

10+
* Fixed a Python 3.9 compatibility issue.
1111

1212
## [0.4.0] - 2024-12-16
1313

shinywidgets/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Carson Sievert"""
44
__email__ = "[email protected]"
5-
__version__ = "0.4.0.9000"
5+
__version__ = "0.4.1"
66

77
from ._as_widget import as_widget
88
from ._dependencies import bokeh_dependency

0 commit comments

Comments
 (0)