We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bf219 commit 796ebacCopy full SHA for 796ebac
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.2.1] - 2024-04-10
11
+
12
+### Fixed
13
14
+- Image in Readme should display properly on PyPy
15
16
## [0.2.0] - 2024-04-10
17
18
### Removed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "django-bs-email"
3
-version = "0.2.0"
+version = "0.2.1"
4
description = "Django application with Bootstrap email template tag."
5
readme = "README.md"
6
requires-python = ">=3.9"
0 commit comments