From 8aecf4e7d17cbd409343c3ed6ac65629901c2b64 Mon Sep 17 00:00:00 2001 From: Napsty Date: Mon, 19 Jan 2015 16:48:38 +0100 Subject: [PATCH] Change version number for public release --- check_esxi_hardware.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/check_esxi_hardware.py b/check_esxi_hardware.py index 9a211d3..3a61754 100755 --- a/check_esxi_hardware.py +++ b/check_esxi_hardware.py @@ -24,7 +24,7 @@ # Copyright (c) 2008 David Ligeret # Copyright (c) 2009 Joshua Daniel Franklin # Copyright (c) 2010 Branden Schneider -# Copyright (c) 2010-2014 Claudio Kuenzler +# Copyright (c) 2010-2015 Claudio Kuenzler # Copyright (c) 2010 Samir Ibradzic # Copyright (c) 2010 Aaron Rogers # Copyright (c) 2011 Ludovic Hutin @@ -35,6 +35,7 @@ # Copyright (c) 2011 Ian Chard # Copyright (c) 2012 Craig Hart # Copyright (c) 2013 Carl R. Friend +# Copyright (c) 2015 Andreas Gottwald # # The VMware 4.1 CIM API is documented here: # http://www.vmware.com/support/developer/cim-sdk/4.1/smash/cim_smash_410_prog.pdf @@ -211,7 +212,7 @@ #@ Author : Claudio Kuenzler (www.claudiokuenzler.com) #@ Reason : Output serial number of chassis if a blade server is checked #@--------------------------------------------------- -#@ Date : 20150115 +#@ Date : 20150119 #@ Author : Andreas Gottwald #@ Reason : Fix NoneType element bug #@--------------------------------------------------- @@ -223,7 +224,7 @@ import re import string from optparse import OptionParser,OptionGroup -version = '20150115' +version = '20150119' NS = 'root/cimv2'