From 08cd0adf125bbd482dc3f39efca76ab4a0d9a18f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 30 Oct 2024 05:40:00 +0000 Subject: [PATCH] chore(release): 1.3.2 ### [1.3.2](https://github.com/zscaler/ziacloud-ansible/compare/v1.3.1...v1.3.2) (2024-10-30) ### Bug Fixes * Upgraded to Zscaler-SDK-Python v0.9.6 ([#49](https://github.com/zscaler/ziacloud-ansible/issues/49)) ([d7f0d36](https://github.com/zscaler/ziacloud-ansible/commit/d7f0d36cbd19d0ed524a35c0d6c32dd97988b9e0)) --- docs/source/index.rst | 2 +- galaxy.yml | 2 +- plugins/module_utils/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 31f1163..b855c19 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -10,7 +10,7 @@ is a collection of modules that automate configuration and operational tasks on This collection is part of the broader initiative to bring Ansible Automation to Zscaler Zero Trust Platform through the offering **Red Hat® Ansible Certified Content**. -Version: 1.3.1 +Version: 1.3.2 Red Hat Ansible Certified Content for Zscaler ============================================= diff --git a/galaxy.yml b/galaxy.yml index 8659349..87896a6 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: zscaler name: ziacloud # The version of the collection. Must be compatible with semantic versioning -version: 1.3.1 +version: 1.3.2 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/plugins/module_utils/version.py b/plugins/module_utils/version.py index a28d982..907ff06 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -26,6 +26,6 @@ __metaclass__ = type # Make sure to keep this file in sync with the version in the galaxy.yml -__version__ = "1.3.1" +__version__ = "1.3.2" __author__ = "Zscaler, Inc." __email__ = "devrel@zscaler.com" diff --git a/pyproject.toml b/pyproject.toml index 012d6c2..0714be4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ziacloud-ansible" -version = "1.3.1" +version = "1.3.2" description = "Ansible collection for Zscaler Internet Access" authors = ["Zscaler Technology Alliances "] license = "MIT"