Drop support for Python 3.3 and 3.4 Use setuptools_scm for managing versions of this package Support sending chunked responses from the HTTP server Switch SMTP server backend from smtpd to aiosmtpd
0.5.1.post0
------------------------
Explicitly list supported Python versions with python_requires in setup.py.
0.5.1
------------------
Regenerate included certificate to use SHA-256 hash to avoid OpenSSL errors (fixes 2). Add support for Python 3.10. Drop support for Python 2.6. Migrate repository to Github and update project metadata.
0.5
----------------
New feature: SMTP email message objects now include a ``details`` property capturing the envelope details.
0.4.2
----------------
Fix support for Python 3.6 (fixes 21). Add support for Python 3.7.
0.4.1
----------------
Re-release of 0.4.0 because of pypi.org's restrictive file management PITA