diff --git a/docs/conf.py b/docs/conf.py index 1c60a81..628f082 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,7 +32,7 @@ author = "CERT Polska" # The full version, including alpha/beta/rc tags -release = "1.3" +release = "1.3.1" latex_engine = "xelatex" diff --git a/scan/requirements.txt b/scan/requirements.txt index 0b86b28..3635f9b 100644 --- a/scan/requirements.txt +++ b/scan/requirements.txt @@ -2,4 +2,4 @@ checkdmarc@git+https://github.com/CERT-Polska/checkdmarc@hotfixes-2024-06-05 dkimpy==1.1.8 python-multipart==0.0.9 -validators==0.30.0 +validators==0.31.0 diff --git a/scan/setup.py b/scan/setup.py index ca40aeb..ec2a042 100644 --- a/scan/setup.py +++ b/scan/setup.py @@ -9,7 +9,7 @@ setup( name="libmailgoose", - version="1.3", + version="1.3.1", description="libmailgoose - check the settings needed to protect against e-mail spoofing", author="CERT Polska", author_email="info@cert.pl",