From 59c6e32f548602505547c48386b7c42002f41fff Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:36:10 +0000 Subject: [PATCH] chore(release): 5.53.1 ## [5.53.1](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.53.0...v5.53.1) (2024-11-18) ### Bug Fixes * **select:** fetching options when some dependency is null ([#1463](https://github.com/splunk/addonfactory-ucc-generator/issues/1463)) ([feb9bdf](https://github.com/splunk/addonfactory-ucc-generator/commit/feb9bdf27488fcd357e57e47173d72971cf24f35)) --- NOTICE | 6 +++--- docs/CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- splunk_add_on_ucc_framework/__init__.py | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/NOTICE b/NOTICE index a8446f3f4..a0c1673d6 100644 --- a/NOTICE +++ b/NOTICE @@ -7,9 +7,9 @@ The following 3rd-party software packages may be used by or distributed with addonfactory-ucc-generator. Any information relevant to third-party vendors listed below are collected using common, reasonable means. -Date generated: 2024-11-13 +Date generated: 2024-11-18 -Revision ID: f610443c2d98bed9360b417e956ddfb83b0ec417 +Revision ID: b59b29993757676871905494386cd9de0c4dfcd1 ================================================================================ ================================================================================ @@ -28969,4 +28969,4 @@ either expressed or implied, of the FreeBSD Project. -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -Report Generated by FOSSA on 2024-11-13 +Report Generated by FOSSA on 2024-11-18 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4677c71ae..2d3c78d3a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.53.1](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.53.0...v5.53.1) (2024-11-18) + + +### Bug Fixes + +* **select:** fetching options when some dependency is null ([#1463](https://github.com/splunk/addonfactory-ucc-generator/issues/1463)) ([feb9bdf](https://github.com/splunk/addonfactory-ucc-generator/commit/feb9bdf27488fcd357e57e47173d72971cf24f35)) + # [5.53.0](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.52.0...v5.53.0) (2024-11-13) diff --git a/pyproject.toml b/pyproject.toml index fd3879d92..0cbce9dc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "splunk_add_on_ucc_framework" -version = "5.53.0" +version = "5.53.1" description = "Splunk Add-on SDK formerly UCC is a build and code generation framework" license = "Apache-2.0" authors = ["Splunk "] diff --git a/splunk_add_on_ucc_framework/__init__.py b/splunk_add_on_ucc_framework/__init__.py index e14d46883..3db106799 100644 --- a/splunk_add_on_ucc_framework/__init__.py +++ b/splunk_add_on_ucc_framework/__init__.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "5.53.0" +__version__ = "5.53.1" import logging