We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144e7a1 commit 0a1ed29Copy full SHA for 0a1ed29
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.2.2] - 2024-05-15
11
+
12
### Changed
13
14
- Use `NodeList.render()` instead of iterating over list to make individual `Node.render()` calls
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "django-bs-email"
3
-version = "0.2.1"
+version = "0.2.2"
4
description = "Django application with Bootstrap email template tag."
5
readme = "README.md"
6
requires-python = ">=3.9"
0 commit comments