Skip to content

Commit

Permalink
24.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pelme committed Aug 16, 2024
1 parent 82c8415 commit 69f4b40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Next - Unreleased
## 24.8.1 - 2024-08-16
- Added the `comment()` function to render HTML comments.
[Documentation](usage.md#html-comments) / [Issue
#42](https://github.com/pelme/htpy/issues/42).
Expand All @@ -12,6 +12,6 @@

## 24.8.0 - 2024-08-03
- Allow conditional rendering based on `bool`. [PR #40](https://github.com/pelme/htpy/pull/41).
- This is the first version with a proper changelog. For previous versions and changes,
please see the [git commit

For previous versions and changes, please see the [git commit
history](https://github.com/pelme/htpy/commits/main/?since=2023-10-19&until=2024-07-17).
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.0"
__version__ = "24.8.1"
__all__: list[str] = []

import functools
Expand Down

0 comments on commit 69f4b40

Please sign in to comment.