Skip to content

Commit bbfabaa

Browse files
committed
Updated splunk python SDK from 2.0.1 to 2.0.2 as per Splunk cloud compatibility requirements
1 parent 1a1b80f commit bbfabaa

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ Shannon Davis (Splunk)
248248
Steven (malvidin on github)
249249

250250
# Release Notes
251+
## 2.4.3
252+
Updated splunk python SDK from 2.0.1 to 2.0.2 as per Splunk cloud compatibility requirements
253+
251254
## 2.4.2
252255
Updated python SDK to 2.0.1
253256

bin/lib/splunklib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ def setup_logging(level, log_format=DEFAULT_LOG_FORMAT, date_format=DEFAULT_DATE
3030
datefmt=date_format)
3131

3232

33-
__version_info__ = (2, 0, 1)
33+
__version_info__ = (2, 0, 2)
3434
__version__ = ".".join(map(str, __version_info__))

default/app.conf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id = decrypt2
33

44
[install]
55
state = enabled
6-
build = 20240329
6+
build = 20240914
77

88
[ui]
99
label = DecryptCommands
@@ -12,5 +12,4 @@ is_visible = false
1212
[launcher]
1313
author = Gareth Anderson
1414
description = A library of common routines to analyze malware and data exfiltration communications (based on the work of Michael Zalewski).
15-
version = 2.4.2
16-
15+
version = 2.4.3

0 commit comments

Comments
 (0)