Skip to content

Commit 796ebac

Browse files
committed
Release 0.2.1
1 parent c6bf219 commit 796ebac

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.1] - 2024-04-10
11+
12+
### Fixed
13+
14+
- Image in Readme should display properly on PyPy
15+
1016
## [0.2.0] - 2024-04-10
1117

1218
### Removed

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.0"
3+
version = "0.2.1"
44
description = "Django application with Bootstrap email template tag."
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)