Skip to content

Commit 1406a8b

Browse files
author
Drew Griffin
authored
Merge pull request #48 from signalfx/0.0.29
rev the plugin to 0.0.29
2 parents 71eed1b + e117bbe commit 1406a8b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
0.0.28 / 2016-10-18
1+
0.0.29 / 2016-11-02
22
===================
33

4+
* Added python dependency six
5+
6+
0.0.28 / 2016-10-18
7+
48
* Upgrade to latest signalfx-python v1.0.7
59
* Log outdated metrics instead of emitting them
610

src/signalfx_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
TIMEOUT = 3
6565
POST_URLS = []
6666
DEFAULT_POST_URL = "https://ingest.signalfx.com/v1/collectd"
67-
VERSION = "0.0.28"
67+
VERSION = "0.0.29"
6868
MAX_LENGTH = 0
6969
COLLECTD_VERSION = ""
7070
LINUX_VERSION = ""

0 commit comments

Comments
 (0)