Skip to content

Commit 91da5f0

Browse files
committed
Bump version to 0.1.4.9000
1 parent 1be8f20 commit 91da5f0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
# Change Log for Shiny (for Python)
1+
# Change Log for shinywidgets
22

3-
All notable changes to Shiny for Python will be documented in this file.
3+
All notable changes to shinywidgets will be documented in this file.
44

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+
9+
## [UNRELEASED]
10+
11+
812
## [0.1.4] - 2022-12-12
913

1014
### Bug fixes

shinywidgets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Carson Sievert"""
44
__email__ = "carson@rstudio.com"
5-
__version__ = "0.1.4"
5+
__version__ = "0.1.4.9000"
66

77

88
from ._shinywidgets import output_widget, register_widget, render_widget, reactive_read

0 commit comments

Comments
 (0)