Preparing release, closes #16

This commit is contained in:
László Károlyi 2020-04-17 15:57:28 +02:00
parent 8e0bb18cd0
commit 8df91e4f58
Signed by: karolyi
GPG Key ID: 2DCAF25E55735BFE
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
0.2.8:
- Fixing windows installation error.
0.2.7:
- Increase consistency at handling domain literals
- Clean up initial blacklist download on install

View File

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