Skip to content

Commit edcf696

Browse files
chore(release): 4.0.1
## [4.0.1](v4.0.0...v4.0.1) (2022-09-16) ### Bug Fixes * datamodel test and more logging ([#700](#700)) ([1f48e97](1f48e97)) * updating version in pyproject.toml ([15af7db](15af7db))
1 parent 15af7db commit edcf696

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NOTICE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
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.
99

10-
Date generated: 2022-9-15
10+
Date generated: 2022-9-16
1111

12-
Revision ID: 34aaa7ecf9bea9a993d5438ac0549bd9267fe38a
12+
Revision ID: 15af7db4a2b05c645a70e9e5dfff1c5fc39e01dd
1313

1414
================================================================================
1515
================================================================================
@@ -4519,4 +4519,4 @@ This formulation of W3C's notice and license became active on August 14 1998 so
45194519
--------------------------------------------------------------------------------
45204520
--------------------------------------------------------------------------------
45214521

4522-
Report Generated by FOSSA on 2022-9-15
4522+
Report Generated by FOSSA on 2022-9-16

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[tool.poetry]
1818
name = "pytest-splunk-addon"
19-
version = "4.0.0"
19+
version = "4.0.1"
2020
description = "A Dynamic test tool for Splunk Apps and Add-ons"
2121
authors = ["Splunk <addonfactory@splunk.com>"]
2222
license = "APACHE-2.0"

pytest_splunk_addon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
__author__ = """Splunk Inc."""
2020
__email__ = "rfaircloth@splunk.com"
21-
__version__ = "4.0.1-beta.1"
21+
__version__ = "4.0.1"

0 commit comments

Comments
 (0)