diff --git a/NOTICE b/NOTICE index 4b57c8dda..519f3e04d 100644 --- a/NOTICE +++ b/NOTICE @@ -7,9 +7,9 @@ The following 3rd-party software packages may be used by or distributed with pytest-splunk-addon. Any information relevant to third-party vendors listed below are collected using common, reasonable means. -Date generated: 2024-5-16 +Date generated: 2024-5-27 -Revision ID: b851bb9abfc24eb2565d7f3142ff821dd49c01df +Revision ID: 38597255fc669a35e79265e4f6dc6bc738199844 ================================================================================ ================================================================================ @@ -5661,4 +5661,4 @@ No license text available -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -Report Generated by FOSSA on 2024-5-16 +Report Generated by FOSSA on 2024-5-27 diff --git a/pyproject.toml b/pyproject.toml index 162bbef95..c78c42db9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "pytest-splunk-addon" -version = "5.3.0-beta.1" +version = "5.3.0-beta.2" description = "A Dynamic test tool for Splunk Apps and Add-ons" authors = ["Splunk "] license = "APACHE-2.0" diff --git a/pytest_splunk_addon/__init__.py b/pytest_splunk_addon/__init__.py index 5be4c5536..ede67f73f 100644 --- a/pytest_splunk_addon/__init__.py +++ b/pytest_splunk_addon/__init__.py @@ -18,4 +18,4 @@ __author__ = """Splunk Inc.""" __email__ = "addonfactory@splunk.com" -__version__ = "5.3.0-beta.1" +__version__ = "5.3.0-beta.2"