From 1cdd2746c6306fd0878c8b4e6a0bab620a33a8b0 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 4 Oct 2021 10:03:57 -0400 Subject: [PATCH] 0.5.0 Automatically generated by python-semantic-release --- checkcert/checkcert.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/checkcert/checkcert.py b/checkcert/checkcert.py index 55e69a0..2a5d04d 100644 --- a/checkcert/checkcert.py +++ b/checkcert/checkcert.py @@ -11,7 +11,7 @@ from cryptography.x509.oid import NameOID import idna -__version__ = "0.4.0" +__version__ = "0.5.0" HostInfo = namedtuple("HostInfo", ["cert", "hostname", "peername", "is_valid"]) diff --git a/pyproject.toml b/pyproject.toml index db63213..d5f09fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "checkcert" -version = "0.4.0" +version = "0.5.0" description = "CLI to check tls cert information and determine validity" authors = ["Alex Kelly "] readme = "README.md"