Adding release

This commit is contained in:
László Károlyi 2020-04-13 10:58:38 +02:00
parent ea16e96db6
commit f47ca3be93
Signed by untrusted user: karolyi
GPG Key ID: 2DCAF25E55735BFE
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
0.2.6:
- Introducing an EmailAddress class, thx to @reinhard-mueller
- Added a test for making sure there's a data directory with blacklist
files on install.
0.2.5:
- Python distutils/setuptools is a mess. Fix data dir creation on
install.

View File

@ -88,7 +88,7 @@ class BuildPyCommand(build_py):
setup(
name='py3-validate-email',
version='0.2.5',
version='0.2.6',
packages=find_packages(exclude=['tests']),
install_requires=_DEPENDENCIES,
author='László Károlyi',