Skip to content

Commit 5781a8f

Browse files
chore(release): 4.1.0
# [4.1.0](v4.0.4...v4.1.0) (2022-11-29) ### Features * deps updates and small fixes ([#732](#732)) ([842a546](842a546)) * triggering release ([#733](#733)) ([27c1f8f](27c1f8f))
1 parent 27c1f8f commit 5781a8f

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-11-29
1111

12-
Revision ID: 4e90a5c14cbad527fdee6efee1fb97dfe6eac1ec
12+
Revision ID: 27c1f8fea3327f3bc19d563438b59584d2d1768e
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 = "4.0.4"
19+
version = "4.1.0"
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.1.0-beta.4"
21+
__version__ = "4.1.0"

0 commit comments

Comments
 (0)