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 b2ded2a commit 4dead91Copy full SHA for 4dead91
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Splunk Python SDK Changelog
2
3
+## v0.1.0a
4
+
5
+* Fix a bug in the dashboard example
6
+* Ramp up README with more info
7
8
## v0.1.0
9
10
* Initial Python SDK release
splunk/__init__.py
@@ -14,6 +14,6 @@
14
15
"""Python library for Splunk."""
16
17
-__version_info__ = (0, 1, 0)
+__version_info__ = (0, 1, '0a')
18
__version__ = ".".join(map(str, __version_info__))
19
0 commit comments