Skip to content

Commit 82cf6c9

Browse files
committed
Bump version: 3.2.2 → 3.2.3
1 parent 7aa140e commit 82cf6c9

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.2
2+
current_version = 3.2.3
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.2'
1+
__version__ = '3.2.3'

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.2"
3+
version = "3.2.3"
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)