Skip to content

Commit 669ebbd

Browse files
committed
Bump to 0.15.0.
1 parent 763a33c commit 669ebbd

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## 0.14.1-dev
3+
## 0.15.0
44

5-
- Support conditional attributes on dj tags, e.g. `dj-include`
5+
- Add `call` template tag.
6+
7+
## 0.14.1
8+
9+
- Support conditional attributes on `dj` tags, e.g. `dj-include`.
610

711
## 0.14.0
812

docs/source/changelog.md

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

3+
## 0.15.0
4+
5+
- Add `call` template tag.
6+
7+
## 0.14.1
8+
9+
- Support conditional attributes on `dj` tags, e.g. `dj-include`.
10+
311
## 0.14.0
412

513
- Add support for `dj-if`, `dj-elif`, `dj-else` attributes.

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.15.0-dev"
6+
version = "0.15.0"
77
description = "Add more bracket angles to Django templates </>"
88
readme = "README.md"
99
license = {file = "LICENSE"}

src/dj_angles/templatetags/call.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import ast
21
import inspect
32
import logging
43

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)