Skip to content

Commit 23e7777

Browse files
committed
Update version to 3.2.1
1 parent d1f9695 commit 23e7777

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
22

3+
* 3.2.1 Local timezone is now used to store messages. (Thanks @jensenbox)
34
* 3.2 Adds ability to resize panels and clear messages. (Thanks @jensenbox)
45
* 1.2.5 Fixes subject line (Thanks @indrif)
56
* 1.2.4 Resolves conflicts with other libraries accessing mail (Thanks @ciotto)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-mail-panel"
3-
version = "3.2"
3+
version = "3.2.1"
44
description = "A panel for django-debug-toolbar that allows for viewing of recently sent email."
55
authors = ["Stephen Mitchell"]
66
license = "Apache Software License"

0 commit comments

Comments
 (0)