Bumping version

This commit is contained in:
László Károlyi 2019-04-03 21:51:47 +02:00
parent 79a647b523
commit e6c31bd499
Signed by: karolyi
GPG Key ID: 2DCAF25E55735BFE
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
0.1.6:
- Fixed a rare case where aol.co returns '.' in MX that causes an
exception for the SMTP module, with added tests.
0.1.5:
- Handle socket errors (https://docs.python.org/3/library/socket.html#exceptions)
- Handle socket errors (https://docs.python.org/3/library/
socket.html#exceptions)
0.1.4:
- Handle 'No MX record' exception

View File

@ -26,7 +26,7 @@ class PostBuildPyCommand(build_py):
setup(
name='py3-validate-email',
version='0.1.5',
version='0.1.6',
packages=find_packages(exclude=['tests']),
install_requires=['dnspython'],
author='László Károlyi',