Skip to content

Commit c6722e1

Browse files
committed
Version 1.3.1
1 parent 2f11b62 commit c6722e1

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
In Development
2-
--------------
1+
Version 1.3.1 (January 21, 2023)
2+
--------------------------------
33

4-
* 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.
4+
* 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.
55

66
Version 1.3.0 (September 18, 2022)
77
----------------------------------

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,9 +426,10 @@ To release:
426426

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

433434
```sh
434435
./release_to_pypi.sh

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 = 1.3.0
3+
version = 1.3.1
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)