From 3d166d3116913b00df908618c1dda20e2f53559a Mon Sep 17 00:00:00 2001 From: Calvin Remsburg Date: Wed, 16 Oct 2024 20:44:44 -0500 Subject: [PATCH] Update version to 0.1.8 and add release notes Bump the version in pyproject.toml to 0.1.8. Add release notes for version 0.1.8, including the addition of pytests to support Anti Spyware Profiles. --- docs/about/release-notes.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index e8ccdd56..c9050b02 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -5,6 +5,16 @@ enhancements, and fixes in each version of the tool. --- +## Version 0.1.8 + +**Release Date:** October 16, 2024 + +### Anti Spyware Profiles + +- **Pytests**: Add the pytests to support Anti Spyware Profiles. + +--- + ## Version 0.1.7 **Release Date:** October 16, 2024 diff --git a/pyproject.toml b/pyproject.toml index fb7c23ad..690aa31b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pan-scm-sdk" -version = "0.1.7" +version = "0.1.8" description = "Python SDK for Palo Alto Networks Strata Cloud Manager." authors = ["Calvin Remsburg "] license = "Apache 2.0"