We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b3af7 commit 70b32a9Copy full SHA for 70b32a9
splunklib/__init__.py
@@ -14,6 +14,6 @@
14
15
"""Python library for Splunk."""
16
17
-__version_info__ = (1, 2, 1)
+__version_info__ = (1, 2, 2)
18
__version__ = ".".join(map(str, __version_info__))
19
0 commit comments