Skip to content

Commit

Permalink
Bump version: 4.0.1 → 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scuml committed Aug 10, 2022
1 parent 179cc20 commit e8318c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.0.1
current_version = 4.0.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion mail_panel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '4.0.1'
__version__ = '4.0.2'

# Monkey patch the PANELS_DEFAULTS to add mail panel
try:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-mail-panel"
version = "4.0.1"
version = "4.0.2"
description = "A panel for django-debug-toolbar that allows for viewing of recently sent email."
authors = ["Stephen Mitchell"]
license = "Apache Software License"
Expand Down

0 comments on commit e8318c2

Please sign in to comment.