Skip to content

Commit 19118e4

Browse files
chore(release): 4.13.0
# [4.13.0](v4.12.0...v4.13.0) (2024-03-21) ### Features * add exception logging function, add tests ([#344](#344)) ([44e35c4](44e35c4)) * HECEventWriter can get scheme from HEC global settings ([#351](#351)) ([fef1d80](fef1d80)) [ci skip]
1 parent 1b1d4f5 commit 19118e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "solnlib"
19-
version = "4.13.0-beta.2"
19+
version = "4.13.0"
2020
description = "The Splunk Software Development Kit for Splunk Solutions"
2121
authors = ["Splunk <[email protected]>"]
2222
license = "Apache-2.0"

solnlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
"utils",
5555
]
5656

57-
__version__ = "4.13.0-beta.2"
57+
__version__ = "4.13.0"

0 commit comments

Comments
 (0)