Skip to content

Commit 1b3e4c6

Browse files
committed
2.0.0.post2
1 parent 3ea1308 commit 1b3e4c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This is a major update to the library, but since email address specs haven't cha
1717
* Type annotations have been added to the exported methods and the ValidatedEmail class and some internal methods.
1818
* The old dict-like pattern for the return value of validate_email is deprecated.
1919

20-
Version 2.0.0.post1 corrects some packaging issues.
20+
Versions 2.0.0.post1 and 2.0.0.post2 corrected some packaging issues. 2.0.0.post2 also added a check for an invalid combination of arguments.
2121

2222
Version 1.3.1 (January 21, 2023)
2323
--------------------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = email_validator
3-
version = 2.0.0.post1
3+
version = 2.0.0.post2
44
description = A robust email address syntax and deliverability validation library.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)