Skip to content

Commit 2ff090b

Browse files
chore(release): 4.0.1-beta.1
## [4.0.1-beta.1](v4.0.0...v4.0.1-beta.1) (2022-09-15) ### Bug Fixes * fix typo in class name FieldTestAdapater ([#701](#701)) ([34aaa7e](34aaa7e))
1 parent 34aaa7e commit 2ff090b

File tree

3 files changed

+27
-6
lines changed

3 files changed

+27
-6
lines changed

NOTICE

Lines changed: 25 additions & 4 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-8
10+
Date generated: 2022-9-15
1111

12-
Revision ID: aff8185b2f51e67bd2bac75fc5456a8a7ebf7228
12+
Revision ID: 34aaa7ecf9bea9a993d5438ac0549bd9267fe38a
1313

1414
================================================================================
1515
================================================================================
@@ -1462,7 +1462,28 @@ pytest-xdist (2.5.0)
14621462
--------------------------------------------------------------------------------
14631463

14641464
* Declared Licenses *
1465-
No licenses found
1465+
MIT
1466+
1467+
1468+
Permission is hereby granted, free of charge, to any person obtaining a copy
1469+
of this software and associated documentation files (the "Software"), to deal
1470+
in the Software without restriction, including without limitation the rights
1471+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1472+
copies of the Software, and to permit persons to whom the Software is
1473+
furnished to do so, subject to the following conditions:
1474+
1475+
The above copyright notice and this permission notice shall be included in all
1476+
copies or substantial portions of the Software.
1477+
1478+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1479+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1480+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1481+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1482+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1483+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1484+
SOFTWARE.
1485+
1486+
14661487

14671488
--------------------------------------------------------------------------------
14681489
python-dateutil (2.8.2)
@@ -4498,4 +4519,4 @@ This formulation of W3C's notice and license became active on August 14 1998 so
44984519
--------------------------------------------------------------------------------
44994520
--------------------------------------------------------------------------------
45004521

4501-
Report Generated by FOSSA on 2022-9-8
4522+
Report Generated by FOSSA on 2022-9-15

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-beta.1"
2020
description = "A Dynamic test tool for Splunk Apps and Add-ons"
2121
authors = ["Splunk <[email protected]>"]
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__ = "[email protected]"
21-
__version__ = "4.0.0"
21+
__version__ = "4.0.1-beta.1"

0 commit comments

Comments
 (0)