We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def54f8 commit 8d365edCopy full SHA for 8d365ed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.2.4
+current_version = 3.2.5
3
commit = True
4
tag = True
5
mail_panel/__init__.py
@@ -1 +1 @@
-__version__ = '3.2.4'
+__version__ = '3.2.5'
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-mail-panel"
-version = "3.2.4"
+version = "3.2.5"
description = "A panel for django-debug-toolbar that allows for viewing of recently sent email."
authors = ["Stephen Mitchell"]
6
license = "Apache Software License"
0 commit comments