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 7ee6601 commit 5ea5f6dCopy full SHA for 5ea5f6d
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# Changelog
2
3
+* 1.2.2 Fixes pathlib issue (Thanks @adamb70!)
4
* 1.2.1 Fixes document.ready ReferenceError (Thanks @nschlemm!)
5
* 1.2.0 Removes jquery dependence. Compatible with django-debug-toolbar 1.10+.
6
* 1.1.0 Fixes display of html-only emails. (Thanks @hugotacito!)
setup.py
@@ -22,7 +22,7 @@ def read(fname):
22
23
setup(
24
name='django-mail-panel',
25
- version='1.2.1',
+ version='1.2.2',
26
description='A panel for django-debug-toolbar that allows for ' +
27
'viewing of recently sent email.',
28
url='https://github.com/scuml/django-mail-panel',
0 commit comments