Skip to content

Commit 5ea5f6d

Browse files
committed
1.2.2 update
1 parent 7ee6601 commit 5ea5f6d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
22

3+
* 1.2.2 Fixes pathlib issue (Thanks @adamb70!)
34
* 1.2.1 Fixes document.ready ReferenceError (Thanks @nschlemm!)
45
* 1.2.0 Removes jquery dependence. Compatible with django-debug-toolbar 1.10+.
56
* 1.1.0 Fixes display of html-only emails. (Thanks @hugotacito!)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def read(fname):
2222

2323
setup(
2424
name='django-mail-panel',
25-
version='1.2.1',
25+
version='1.2.2',
2626
description='A panel for django-debug-toolbar that allows for ' +
2727
'viewing of recently sent email.',
2828
url='https://github.com/scuml/django-mail-panel',

0 commit comments

Comments
 (0)