Skip to content

Commit

Permalink
24.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pelme committed Aug 23, 2024
1 parent ae09e65 commit c9e8b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion htpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "24.8.1"
__version__ = "24.8.2"
__all__: list[str] = []

import dataclasses
Expand Down

0 comments on commit c9e8b1e

Please sign in to comment.