Skip to content

Commit 0954661

Browse files
committed
Version 1.1.1
1 parent 915dff4 commit 0954661

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ And this library does NOT permit obsolete forms of email addresses, so
2626
if you need strict validation against the email specs exactly, use
2727
[pyIsEmail](https://github.com/michaelherold/pyIsEmail).
2828

29-
This library was first published in 2015. The current version is 1.1.0
30-
(posted April 30, 2020). **In this version, the type of the value returned
29+
This library was first published in 2015. The current version is 1.1.1
30+
(posted May 19, 2020). **Starting in version 1.1.0, the type of the value returned
3131
from `validate_email` has changed, but dict-style access to the validated
3232
address information still works, so it is backwards compatible.**
3333

@@ -408,4 +408,4 @@ git push --tags
408408
```
409409

410410
Notes: The wheel is specified as universal in the file `setup.cfg` by the `universal = 1` key in the
411-
`[bdist_wheel]` section.
411+
`[bdist_wheel]` section.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='email_validator',
8-
version='1.1.0',
8+
version='1.1.1',
99

1010
description='A robust email syntax and deliverability validation library for Python 2.x/3.x.',
1111
long_description=open("README.md", encoding='utf-8').read(),

0 commit comments

Comments
 (0)