Skip to content

Commit a83c3d6

Browse files
committed
2.0.0.post1
1 parent 2acd7d5 commit a83c3d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ 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.
21+
2022
Version 1.3.1 (January 21, 2023)
2123
--------------------------------
2224

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
3+
version = 2.0.0.post1
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)