From 075e2c26a796ae7f16a80362d53d6cb31227d4e9 Mon Sep 17 00:00:00 2001 From: Danijel Tasov Date: Thu, 6 Jun 2024 13:34:26 +0200 Subject: [PATCH] bump version number --- CHANGES.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 799a8e5..f4caee9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ +# v0.3.6 + * add experimental sessionfile support (MLUECKERT) +# v0.3.5 + +* datastores: add support for vimtype Datacenter (MLUECKERT) + # v0.3.4 * add vm-net-dev check diff --git a/pyproject.toml b/pyproject.toml index 612c154..2539b55 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.5" +version = "0.3.6" requires-python = ">= 3.6" authors = [ { name = "Danijel Tasov", email = "danijel.tasov@consol.de" }