Skip to content

Commit

Permalink
Update version number to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakeel Mohamed committed Aug 5, 2015
1 parent ee5c82f commit ac66072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion splunklib/__init__.py
Expand Up @@ -14,6 +14,6 @@

"""Python library for Splunk."""

__version_info__ = (1, 3, 1)
__version_info__ = (1, 4, 0)
__version__ = ".".join(map(str, __version_info__))

2 changes: 1 addition & 1 deletion splunklib/binding.py
Expand Up @@ -1324,7 +1324,7 @@ def request(url, message, **kwargs):
head = {
"Content-Length": str(len(body)),
"Host": host,
"User-Agent": "splunk-sdk-python/0.1",
"User-Agent": "splunk-sdk-python/1.4",
"Accept": "*/*",
} # defaults
for key, value in message["headers"]:
Expand Down

0 comments on commit ac66072

Please sign in to comment.