Skip to content

Commit 1211512

Browse files
committed
Merge tag 'v0.5.3'
2 parents 284a7b5 + 6212973 commit 1211512

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to htmltools 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+
## [0.5.3] 2024-07-18
9+
10+
* HTML tags in docstrings are now escaped. (#90)
11+
812
## [0.5.2] 2024-05-23
913

1014
* The `HTMLDependency.copy()` method can now correctly copy folders in depenendencies that both include directories and have `all_files=True`. (#87)

htmltools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.5.2"
1+
__version__ = "0.5.3"
22

33
from . import svg, tags
44
from ._core import TagAttrArg # pyright: ignore[reportUnusedImport] # noqa: F401

0 commit comments

Comments
 (0)