Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Bump version to 0.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
mheffner committed Oct 24, 2013
1 parent 1c32759 commit 6fc420c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -106,8 +106,8 @@ to your collectd configuration to load this plugin:
</LoadPlugin>
<Plugin "python">
# collectd-librato.py is at /opt/collectd-librato-0.0.8/lib/collectd-librato.py
ModulePath "/opt/collectd-librato-0.0.8/lib"
# collectd-librato.py is at /opt/collectd-librato-0.0.9/lib/collectd-librato.py
ModulePath "/opt/collectd-librato-0.0.9/lib"
Import "collectd-librato"
Expand Down Expand Up @@ -211,8 +211,8 @@ The following is an example Collectd configuration for this plugin:
</LoadPlugin>

<Plugin "python">
# collectd-librato.py is at /opt/collectd-librato-0.0.8/lib/collectd-librato.py
ModulePath "/opt/collectd-librato-0.0.8/lib"
# collectd-librato.py is at /opt/collectd-librato-0.0.9/lib/collectd-librato.py
ModulePath "/opt/collectd-librato-0.0.9/lib"

Import "collectd-librato"

Expand Down
2 changes: 1 addition & 1 deletion lib/collectd-librato.py
Expand Up @@ -28,7 +28,7 @@

# NOTE: This version is grepped from the Makefile, so don't change the
# format of this line.
version = "0.0.8"
version = "0.0.9"

config = { 'api_path' : '/v1/metrics',
'api' : 'https://metrics-api.librato.com',
Expand Down

0 comments on commit 6fc420c

Please sign in to comment.