Skip to content

Commit 1515c75

Browse files
committed
Start new version
1 parent 1211512 commit 1515c75

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+
## [UNRELEASED]
9+
10+
11+
812
## [0.5.3] 2024-07-18
913

1014
* HTML tags in docstrings are now escaped. (#90)

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.3"
1+
__version__ = "0.5.3.9000"
22

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

0 commit comments

Comments
 (0)