Skip to content

Commit ac66072

Browse files
author
Shakeel Mohamed
committed
Update version number to 1.4
1 parent ee5c82f commit ac66072

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

splunklib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
"""Python library for Splunk."""
1616

17-
__version_info__ = (1, 3, 1)
17+
__version_info__ = (1, 4, 0)
1818
__version__ = ".".join(map(str, __version_info__))
1919

splunklib/binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ def request(url, message, **kwargs):
13241324
head = {
13251325
"Content-Length": str(len(body)),
13261326
"Host": host,
1327-
"User-Agent": "splunk-sdk-python/0.1",
1327+
"User-Agent": "splunk-sdk-python/1.4",
13281328
"Accept": "*/*",
13291329
} # defaults
13301330
for key, value in message["headers"]:

0 commit comments

Comments
 (0)