Skip to content

Commit e8318c2

Browse files
committed
Bump version: 4.0.1 → 4.0.2
1 parent 179cc20 commit e8318c2

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 = 4.0.1
2+
current_version = 4.0.2
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,4 +1,4 @@
1-
__version__ = '4.0.1'
1+
__version__ = '4.0.2'
22

33
# Monkey patch the PANELS_DEFAULTS to add mail panel
44
try:

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 = "4.0.1"
3+
version = "4.0.2"
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)