Skip to content

Commit 4dead91

Browse files
committed
Up version number and changelog
1 parent b2ded2a commit 4dead91

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Splunk Python SDK Changelog
22

3+
## v0.1.0a
4+
5+
* Fix a bug in the dashboard example
6+
* Ramp up README with more info
7+
38
## v0.1.0
49

510
* Initial Python SDK release

splunk/__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__ = (0, 1, 0)
17+
__version_info__ = (0, 1, '0a')
1818
__version__ = ".".join(map(str, __version_info__))
1919

0 commit comments

Comments
 (0)