From 9c64915ec406a6e40b5e56ba3a2b8a592d6e4e91 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Dec 2023 09:57:56 +0000 Subject: [PATCH] chore(release): 0.3.1 ## [0.3.1](https://github.com/PaloAltoNetworks/pan-os-upgrade-assurance/compare/v0.3.0...v0.3.1) (2023-12-14) ### Features * **check:** test for device root certificate validity ([#129](https://github.com/PaloAltoNetworks/pan-os-upgrade-assurance/issues/129)) ([31e933d](https://github.com/PaloAltoNetworks/pan-os-upgrade-assurance/commit/31e933de75a7cc66d392a1e977d369e48d1dbfc6)), closes [#127](https://github.com/PaloAltoNetworks/pan-os-upgrade-assurance/issues/127) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 153a69f..162ebd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "panos-upgrade-assurance" -version = "0.3.0" +version = "0.3.1" description = "" authors = ["Palo Alto Networks"] readme = "README.md"