From cfd222cc03ce1689900865cfa9f3e3a3b2945aaf Mon Sep 17 00:00:00 2001 From: Ian Good Date: Sat, 4 Jun 2016 17:12:18 -0400 Subject: [PATCH] Set version 3.2.1 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28ffa0dc..7bf27603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log +## Unreleased + +### Changed + +- The `tls` option to many different class constructors now defaults (with + ``None``) to enabling TLS with no custom configuration. It can be given + explicitly ``False`` to disable TLS. + ## [3.2] - 2016-05-16 ### Added diff --git a/setup.py b/setup.py index c466dabc..f34a07bf 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup(name='python-slimta', - version='3.2.0', + version='3.2.1', author='Ian Good', author_email='icgood@gmail.com', description='Lightweight, asynchronous SMTP libraries.',