Skip to content

Commit

Permalink
patch from Kevin Harvey
Browse files Browse the repository at this point in the history
  • Loading branch information
ejucovy committed Mar 4, 2012
1 parent ac6fe3b commit cafedeb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog for plone.mail

(name of developer listed in brackets)

plone.mail - 0.1.1

- Updated HTML import
[Kevin Harvey]


plone.mail - 0.1 Unreleased

Expand Down
2 changes: 1 addition & 1 deletion plone/mail/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from email.MIMEText import MIMEText
from email.MIMEMultipart import MIMEMultipart
from email.Charset import add_charset, QP, SHORTEST
from StructuredText.StructuredText import HTML
from reStructuredText import HTML

# Add a charset for utf8 that should be encoded quopri,
# e.g. we assume mostly latin chars, if not the encoding will
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys, os

version = '0.1'
version = '0.1.1'

setup(name='plone.mail',
version=version,
Expand Down

0 comments on commit cafedeb

Please sign in to comment.