From 884641494032a8baa6d24416940c01329115cb9e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 22 Oct 2021 10:59:19 -0400 Subject: [PATCH] 0.7.2 Automatically generated by python-semantic-release --- checkcert/checkcert.py | 2 +- pyproject.toml | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/checkcert/checkcert.py b/checkcert/checkcert.py index 8c67450..687fbc3 100644 --- a/checkcert/checkcert.py +++ b/checkcert/checkcert.py @@ -13,7 +13,7 @@ from cryptography.x509.oid import NameOID import idna -__version__ = "0.7.1" +__version__ = "0.7.2" HostInfo = namedtuple("HostInfo", ["cert", "hostname", "peername", "is_valid"]) diff --git a/pyproject.toml b/pyproject.toml index 3b1f1ec..7ba3dcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,6 @@ [tool.poetry] name = "checkcert" -<<<<<<< HEAD -version = "0.7.0" -======= -version = "0.7.1" ->>>>>>> main +version = "0.7.2" description = "CLI to check tls cert information and determine validity" authors = ["Alex Kelly "] readme = "README.md"