Skip to content

Commit c6563c7

Browse files
committed
5.12.13
- Add timeout retry options to the CLI and API (Closes #90 and #180) - Rename caught exception value in SPF parsing parsing (PR #192 closes #191)
1 parent 0f5b840 commit c6563c7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 5.12.13
4+
5+
- Add timeout retry options to the CLI and API (Closes #90 and #180)
6+
- Rename caught exception value in SPF parsing parsing (PR #192 closes #191)
7+
38
## 5.12.12
49

510
- Do not attempt to include an SMTP error code when none is provided (Close #189)

checkdmarc/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
See the License for the specific language governing permissions and
2020
limitations under the License."""
2121

22-
__version__ = "5.12.12"
22+
__version__ = "5.12.13"
2323

2424
OS = platform.system()
2525
OS_RELEASE = platform.release()

0 commit comments

Comments
 (0)