diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b89ab..1bd3595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to htmltools for Python will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] YYYY-MM-DD +## [0.6.0] 2024-10-29 ### Breaking changes diff --git a/htmltools/__init__.py b/htmltools/__init__.py index cfe1bb6..b126b00 100644 --- a/htmltools/__init__.py +++ b/htmltools/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.5.3.9002" +__version__ = "0.6.0" from . import svg, tags from ._core import TagAttrArg # pyright: ignore[reportUnusedImport] # noqa: F401