Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhthompson committed May 13, 2024
1 parent 144e7a1 commit 0a1ed29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2] - 2024-05-15

### Changed

- Use `NodeList.render()` instead of iterating over list to make individual `Node.render()` calls
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "django-bs-email"
version = "0.2.1"
version = "0.2.2"
description = "Django application with Bootstrap email template tag."
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 0a1ed29

Please sign in to comment.