Skip to content

Commit 63222fe

Browse files
committed
Bump to 0.13.1.
1 parent f4eb0b5 commit 63222fe

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3+
## 0.13.1
4+
5+
- Better handling of spaces and tabs in template tag arguments.
6+
37
## 0.13.0
48

5-
- Handle newlines in dj-angle element attributes.
9+
- Handle newlines in template tag arguments.
610

711
## 0.12.0
812

docs/source/changelog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3+
## 0.13.1
4+
5+
- Better handling of spaces and tabs in template tag arguments.
6+
37
## 0.13.0
48

5-
- Handle newlines in dj-angle element attributes.
9+
- Handle newlines in template tag arguments.
610

711
## 0.12.0
812

pyproject.toml

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

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)