Skip to content

Commit 173fe79

Browse files
committed
Bump to 0.23.0.
1 parent a7cb99d commit 173fe79

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.23.0
4+
5+
- Add support for [inline template partials](https://github.com/carltongibson/django-template-partials#outputting-inline).
6+
- Add support for [using named template partials](https://github.com/carltongibson/django-template-partials#fragment-re-use).
7+
38
## 0.22.0
49

510
- Add integration with [`django-template-partials`](https://github.com/carltongibson/django-template-partials).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "dj-angles"
33
authors = [
44
{name = "Adam Hill", email = "[email protected]"}
55
]
6-
version = "0.22.0"
6+
version = "0.23.0"
77
description = "Add more bracket angles to Django templates </>"
88
readme = "README.md"
99
license = {file = "LICENSE"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)