We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1211512 commit 1515c75Copy full SHA for 1515c75
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to htmltools for Python 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]
9
+
10
11
12
## [0.5.3] 2024-07-18
13
14
* HTML tags in docstrings are now escaped. (#90)
htmltools/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.5.3"
+__version__ = "0.5.3.9000"
2
3
from . import svg, tags
4
from ._core import TagAttrArg # pyright: ignore[reportUnusedImport] # noqa: F401
0 commit comments