From c9e8b1eb226c23ea64b4d77a60c1226457678f80 Mon Sep 17 00:00:00 2001 From: Andreas Pelme Date: Fri, 23 Aug 2024 22:15:21 +0200 Subject: [PATCH] 24.8.2 --- docs/changelog.md | 2 +- htpy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 0926f02..6a2120d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## next +## 24.8.2 - 2024-08-23 - Added support for passing data between components via Context. See the [Usage docs](usage.md#passing-data-with-context) for more information. [PR #48](https://github.com/pelme/htpy/pull/48). - Added Django template backend. The Django template backend allows you to diff --git a/htpy/__init__.py b/htpy/__init__.py index 3a2b49c..3a6749f 100644 --- a/htpy/__init__.py +++ b/htpy/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "24.8.1" +__version__ = "24.8.2" __all__: list[str] = [] import dataclasses