Skip to content

Commit 04976a4

Browse files
chore(release): 4.0.0-beta.2
# [4.0.0-beta.2](v4.0.0-beta.1...v4.0.0-beta.2) (2022-08-17) ### Bug Fixes * missing recommended fields ([#671](#671)) ([3c02618](3c02618)) * try to trigger release ([8a88a14](8a88a14))
1 parent 8a88a14 commit 04976a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with pyt
99

1010
Date generated: 2022-8-17
1111

12-
Revision ID: 4ebd49baad8f5105a44fc34bff6f3e4527753ce6
12+
Revision ID: 8a88a1427fdd5613e9558ee5b1a0728272c49f2d
1313

1414
================================================================================
1515
================================================================================

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 = "3.0.8"
19+
version = "4.0.0-beta.2"
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-beta.1"
21+
__version__ = "4.0.0-beta.2"

0 commit comments

Comments
 (0)