Skip to content

Commit 4952dc2

Browse files
committed
Bump to 0.21.0.
1 parent a600697 commit 4952dc2

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
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.21.0
4+
5+
- Add `no-wrap` attribute to [components](components.md).
6+
- Add `class` attribute to [components](components.md).
7+
38
## 0.20.0
49

510
- Fix `django-bird` integration when using the default mapper. [#16](https://github.com/adamghill/dj-angles/pull/16) from [benbacardi](https://github.com/benbacardi).

docs/source/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.21.0
4+
5+
- Add `no-wrap` attribute to [components](components.md).
6+
- Add `class` attribute to [components](components.md).
7+
38
## 0.20.0
49

510
- Fix `django-bird` integration when using the default mapper. [#16](https://github.com/adamghill/dj-angles/pull/16) from [benbacardi](https://github.com/benbacardi).

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

0 commit comments

Comments
 (0)