Skip to content

Commit 8665eda

Browse files
committed
Bump to 0.20.0.
1 parent 334f97a commit 8665eda

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 0.20.0
4+
5+
- Fix `django-bird` integration when using the default mapper. [#16](https://github.com/adamghill/dj-angles/pull/16) from [benbacardi](https://github.com/benbacardi).
6+
37
## 0.19.0
48

59
- Fix `delay` in `ajax-form`.

docs/source/changelog.md

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

3+
## 0.20.0
4+
5+
- Fix `django-bird` integration when using the default mapper. [#16](https://github.com/adamghill/dj-angles/pull/16) from [benbacardi](https://github.com/benbacardi).
6+
37
## 0.19.0
48

59
- Fix `delay` in `ajax-form`.

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 = "adam@adamghill.com"}
55
]
6-
version = "0.19.0"
6+
version = "0.20.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)