Skip to content

Commit 7ee6601

Browse files
committed
Update to 1.2.1
1 parent b9c6ebd commit 7ee6601

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.1 Fixes document.ready ReferenceError (Thanks @nschlemm!)
34
* 1.2.0 Removes jquery dependence. Compatible with django-debug-toolbar 1.10+.
45
* 1.1.0 Fixes display of html-only emails. (Thanks @hugotacito!)
56
* 1.0.0 Initial release

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.0',
25+
version='1.2.1',
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)