From be94af46334337a1e863a8b148595c822156d7c7 Mon Sep 17 00:00:00 2001 From: Danijel Tasov Date: Fri, 14 Jun 2024 12:55:12 +0200 Subject: [PATCH] typo in README --- CHANGES.md | 4 ++++ README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f4caee9..73348f1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# v0.3.7 + +* limit number in plugin output to 8 significant digits + # v0.3.6 * add experimental sessionfile support (MLUECKERT) diff --git a/README.md b/README.md index 21f071a..58af183 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a monitoring plugin for naemon, icinga, nagios like systems. It is meant as a successor of check\_vmware\_esx. check\_vmware\_esx is written Perl but VMWare™ has dropped support for the Perl SDK. So this plugin is written -Python using pyVmomi. +in Python using pyVmomi. ## Features diff --git a/pyproject.toml b/pyproject.toml index 2539b55..5a1958c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = ["flit_core >=3.2,<4"] name = "checkvsphere" readme = "README.md" description = "check_vsphere monitoring plugin" -version = "0.3.6" +version = "0.3.7" requires-python = ">= 3.6" authors = [ { name = "Danijel Tasov", email = "danijel.tasov@consol.de" }