We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd34ca7 commit 9e23cb7Copy full SHA for 9e23cb7
docs/conf.py
@@ -33,7 +33,7 @@
33
author = "CERT Polska"
34
35
# The full version, including alpha/beta/rc tags
36
-release = "1.3.5"
+release = "1.3.6"
37
38
latex_engine = "xelatex"
39
scan/requirements.txt
@@ -1,4 +1,5 @@
1
-checkdmarc==5.7.11
+# Until fixes get merged, let's refer to CERT PL fork
2
+checkdmarc@git+https://github.com/CERT-Polska/checkdmarc@ra-rp-rr
3
dkimpy==1.1.8
4
PyNaCl==1.5.0
5
pyspf==2.0.14
scan/setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name="libmailgoose",
12
- version="1.3.5",
+ version="1.3.6",
13
description="libmailgoose - check the settings needed to protect against e-mail spoofing",
14
author="CERT Polska",
15
author_email="info@cert.pl",
0 commit comments