diff --git a/NOTICE b/NOTICE index 2906997f..bf557c79 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-7-3 +Date generated: 2024-7-10 -Revision ID: 168b91563f21636a72b334c95c05fa56b59f2a79 +Revision ID: a00fc81756ce302d264771452a4ccfd079c39f09 ================================================================================ ================================================================================ @@ -5739,4 +5739,4 @@ No license text available -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -Report Generated by FOSSA on 2024-7-3 +Report Generated by FOSSA on 2024-7-10 diff --git a/pyproject.toml b/pyproject.toml index 92ab244e..e0e14670 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "pytest-splunk-addon" -version = "5.3.0-beta.7" +version = "5.3.0-beta.8" 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 f2b32d55..199ef41c 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.7" +__version__ = "5.3.0-beta.8"