Release 0.2.16

This commit is contained in:
László Károlyi 2021-02-15 16:45:01 +01:00
parent f3adaa8e80
commit 009182542e
Signed by: karolyi
GPG Key ID: 2DCAF25E55735BFE
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
0.2.16:
- Workaround for a bug in the built-in python 3.8 smtp library: https://github.com/karolyi/py3-validate-email/issues/50
0.2.15:
- Added a `skip_smtp` option to optionally skip the SMTP protocol check after the DNS level checks, by @SergeyKons

View File

@ -56,7 +56,7 @@ class BuildPyCommand(build_py):
setup(
name='py3-validate-email',
version='0.2.15',
version='0.2.16',
packages=find_packages(exclude=['tests']),
install_requires=['dnspython~=2.0', 'idna~=2.10', 'filelock~=3.0'],
author='László Károlyi',