Skip to content

Commit

Permalink
Bump version, edit changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Napsty committed May 31, 2016
1 parent 1f7c3b5 commit 82a4156
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion check_esxi_hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@
#@ Author : Claudio Kuenzler (www.claudiokuenzler.com)
#@ Reason : Distinguish between pywbem 0.7 and 0.8 (which is now released)
#@---------------------------------------------------
#@ Date : 20160531
#@ Author : Claudio Kuenzler (www.claudiokuenzler.com)
#@ Reason : Add parameter for variable CIM port (useful when behind NAT)
#@---------------------------------------------------

import sys
import time
Expand All @@ -243,7 +247,7 @@
import pkg_resources
from optparse import OptionParser,OptionGroup

version = '20160411'
version = '20160531'

NS = 'root/cimv2'
hosturl = ''
Expand Down

0 comments on commit 82a4156

Please sign in to comment.