Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshData committed Jan 21, 2023
1 parent 2f11b62 commit c6722e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
In Development
--------------
Version 1.3.1 (January 21, 2023)
--------------------------------

* The new SPF reject-all record check is now limited to domains that do not have MX records but do have an A/AAAA record fallback.
* The new SPF 'v=spf1 -all' (reject-all) deliverability check is removed in most cases. It now is performed only for domains that do not have MX records but do have an A/AAAA fallback record.

Version 1.3.0 (September 18, 2022)
----------------------------------
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,9 +426,10 @@ To release:

* Update CHANGELOG.md.
* Update the version number in setup.cfg.
* Make a commit with the new version number.
* Follow the steps below to publish source and a universal wheel to pypi and tag the release.
* Make & push a commit with the new version number.
* Make & push a tag (`git tag v... && git push --tags`).
* Make a release at https://github.com/JoshData/python-email-validator/releases/new.
* Follow the steps below to publish source and a universal wheel to pypi.

```sh
./release_to_pypi.sh
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = email_validator
version = 1.3.0
version = 1.3.1
description = A robust email address syntax and deliverability validation library.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit c6722e1

Please sign in to comment.