Skip to content

Commit 29505cb

Browse files
committed
Update to 1.2.5
1 parent 9096a35 commit 29505cb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
22

3+
* 1.2.5 Fixes subject line (Thanks @indrif)
34
* 1.2.4 Resolves conflicts with other libraries accessing mail (Thanks @ciotto)
45
* 1.2.3 Updates import from DebugPanel to Panel (Thanks @ciotto & @WilliamMayor!)
56
* 1.2.2 Fixes pathlib issue (Thanks @adamb70!)

Diff for: setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(fname):
2424

2525
setup(
2626
name='django-mail-panel',
27-
version='1.2.3',
27+
version='1.2.5',
2828
description='A panel for django-debug-toolbar that allows for ' +
2929
'viewing of recently sent email.',
3030
url='https://github.com/scuml/django-mail-panel',
@@ -52,8 +52,6 @@ def read(fname):
5252
'Topic :: Internet :: WWW/HTTP',
5353
'License :: OSI Approved :: Apache Software License',
5454
'Programming Language :: Python',
55-
'Programming Language :: Python :: 2',
56-
'Programming Language :: Python :: 2.7',
5755
'Programming Language :: Python :: 3',
5856
'Programming Language :: Python :: 3.3',
5957
'Programming Language :: Python :: 3.4',

0 commit comments

Comments
 (0)