Skip to content

Commit 0a1ed29

Browse files
committed
Release 0.2.2
1 parent 144e7a1 commit 0a1ed29

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.2] - 2024-05-15
11+
1012
### Changed
1113

1214
- Use `NodeList.render()` instead of iterating over list to make individual `Node.render()` calls

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-bs-email"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Django application with Bootstrap email template tag."
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)