diff --git a/NOTICE b/NOTICE index b8770ea2d..a3a1f7306 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: 2023-11-25 +Date generated: 2023-12-12 -Revision ID: 1557b3d49e8ae01fcc52f805e84c235ac782c8fb +Revision ID: 7cc8880926113b2c0ce255b8793be1788fa52da0 ================================================================================ ================================================================================ @@ -2367,7 +2367,7 @@ SOFTWARE. -------------------------------------------------------------------------------- -Package Title: sphinx-rtd-theme (1.3.0) +Package Title: sphinx-rtd-theme (2.0.0) -------------------------------------------------------------------------------- * Declared Licenses * @@ -5605,4 +5605,4 @@ No license text available -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -Report Generated by FOSSA on 2023-11-25 +Report Generated by FOSSA on 2023-12-12 diff --git a/pyproject.toml b/pyproject.toml index 18bb6ac9f..c6793f154 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "pytest-splunk-addon" -version = "5.2.0" +version = "5.2.1" 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 02e1aa9ee..e25100378 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.2.0" +__version__ = "5.2.1"