From 7b02ddad1fb786f7b62accfbcc2027816c26d3c1 Mon Sep 17 00:00:00 2001 From: Napsty Date: Fri, 29 Nov 2024 08:23:45 +0100 Subject: [PATCH] Version bump --- check_esxi_hardware.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_esxi_hardware.py b/check_esxi_hardware.py index 7c2d3aa..c9cd7da 100755 --- a/check_esxi_hardware.py +++ b/check_esxi_hardware.py @@ -292,7 +292,7 @@ #@ Author : Claudio Kuenzler #@ Reason : Fix bug when missing S/N (issue #68) #@--------------------------------------------------- -#@ Date : 20241025 +#@ Date : 20241129 #@ Author : Claudio Kuenzler #@ Reason : Fix pkg_resources deprecation warning # Remove python2 compatibility @@ -306,7 +306,7 @@ import re import json from optparse import OptionParser,OptionGroup -version = '20241025' +version = '20241129' NS = 'root/cimv2' hosturl = ''