0.7.2
Automatically generated by python-semantic-release
This commit is contained in:
parent
ada7c07eac
commit
8846414940
2 changed files with 2 additions and 6 deletions
|
@ -13,7 +13,7 @@ from cryptography.x509.oid import NameOID
|
||||||
import idna
|
import idna
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.7.1"
|
__version__ = "0.7.2"
|
||||||
|
|
||||||
HostInfo = namedtuple("HostInfo", ["cert", "hostname", "peername", "is_valid"])
|
HostInfo = namedtuple("HostInfo", ["cert", "hostname", "peername", "is_valid"])
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "checkcert"
|
name = "checkcert"
|
||||||
<<<<<<< HEAD
|
version = "0.7.2"
|
||||||
version = "0.7.0"
|
|
||||||
=======
|
|
||||||
version = "0.7.1"
|
|
||||||
>>>>>>> main
|
|
||||||
description = "CLI to check tls cert information and determine validity"
|
description = "CLI to check tls cert information and determine validity"
|
||||||
authors = ["Alex Kelly <kellya@arachnitech.com>"]
|
authors = ["Alex Kelly <kellya@arachnitech.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Reference in a new issue