Skip to content

Commit 8d365ed

Browse files
committed
Bump version: 3.2.4 → 3.2.5
1 parent def54f8 commit 8d365ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.2.4
2+
current_version = 3.2.5
33
commit = True
44
tag = True
55

mail_panel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.2.4'
1+
__version__ = '3.2.5'

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.4"
3+
version = "3.2.5"
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)