We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5b840 commit c6563c7Copy full SHA for c6563c7
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## 5.12.12
9
10
- Do not attempt to include an SMTP error code when none is provided (Close #189)
checkdmarc/_constants.py
@@ -19,7 +19,7 @@
19
See the License for the specific language governing permissions and
20
limitations under the License."""
21
22
-__version__ = "5.12.12"
+__version__ = "5.12.13"
23
24
OS = platform.system()
25
OS_RELEASE = platform.release()
0 commit comments