Skip to content

Commit fdb778a

Browse files
committed
v1.2.0 release candidate
1 parent 1808303 commit fdb778a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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 Shiny for Python 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+
## [1.2.0] - 2024-10-29
99

1010
### Breaking changes
1111

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ dependencies = [
3333
"starlette",
3434
"websockets>=10.0",
3535
"python-multipart",
36-
# "htmltools>=0.5.3.9002",
37-
"htmltools@git+https://github.com/posit-dev/py-htmltools@main",
36+
"htmltools>=0.6.0",
3837
"click>=8.1.4;platform_system!='Emscripten'",
3938
"markdown-it-py>=1.1.0",
4039
"mdit-py-plugins>=0.3.0",

0 commit comments

Comments
 (0)