File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ * 1.2.5 Fixes subject line (Thanks @indrif )
3
4
* 1.2.4 Resolves conflicts with other libraries accessing mail (Thanks @ciotto )
4
5
* 1.2.3 Updates import from DebugPanel to Panel (Thanks @ciotto & @WilliamMayor !)
5
6
* 1.2.2 Fixes pathlib issue (Thanks @adamb70 !)
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def read(fname):
24
24
25
25
setup (
26
26
name = 'django-mail-panel' ,
27
- version = '1.2.3 ' ,
27
+ version = '1.2.5 ' ,
28
28
description = 'A panel for django-debug-toolbar that allows for ' +
29
29
'viewing of recently sent email.' ,
30
30
url = 'https://github.com/scuml/django-mail-panel' ,
@@ -52,8 +52,6 @@ def read(fname):
52
52
'Topic :: Internet :: WWW/HTTP' ,
53
53
'License :: OSI Approved :: Apache Software License' ,
54
54
'Programming Language :: Python' ,
55
- 'Programming Language :: Python :: 2' ,
56
- 'Programming Language :: Python :: 2.7' ,
57
55
'Programming Language :: Python :: 3' ,
58
56
'Programming Language :: Python :: 3.3' ,
59
57
'Programming Language :: Python :: 3.4' ,
You can’t perform that action at this time.
0 commit comments