Skip to content

Commit

Permalink
Up version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
itay committed Aug 15, 2011
1 parent b2ded2a commit 4dead91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Splunk Python SDK Changelog

## v0.1.0a

* Fix a bug in the dashboard example
* Ramp up README with more info

## v0.1.0

* Initial Python SDK release
2 changes: 1 addition & 1 deletion splunk/__init__.py
Expand Up @@ -14,6 +14,6 @@

"""Python library for Splunk."""

__version_info__ = (0, 1, 0)
__version_info__ = (0, 1, '0a')
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 4dead91

Please sign in to comment.