Skip to content

Commit

Permalink
Merge pull request #68 from signalfx/bumpVersionTo1.0.19
Browse files Browse the repository at this point in the history
bump to version 1.0.19
  • Loading branch information
molner authored May 3, 2018
2 parents fb05748 + 8d60b5c commit 0409695
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

This file documents important changes to the SignalFx Python client library.

- [[1.0.19] - 2018-05-03: Dimension support in Pyformance wrapper](#1019---2018-05-03-dimension-support-in-pyformance-wrapper)
- [[1.0.18] - 2018-03-15: Compression of datapoint payloads](#1018---2018-03-15-compression-of-datapoint-payloads)
- [[1.0.17] - 2018-03-02: Support for immediate SignalFlow results](#1017---2018-03-02-support-for-immediate-signalflow-results)
- [[1.0.16] - 2017-03-24: SignalFlow streaming performance](#1016---2017-03-24-signalflow-streaming-performance)
Expand All @@ -17,6 +18,12 @@ This file documents important changes to the SignalFx Python client library.
- [[1.0.5] - 2016-09-29: Python 3 compatibility](#105---2016-09-29-python-3-compatibility)
- [[1.0.1] - 2016-06-02: Support for SignalFlow API](#101---2016-06-02-support-for-signalflow-api)

#### [1.0.19] - 2018-05-03: Dimension support in Pyformance wrapper

This release enhances the SignalFx pyformance package and extends
the Pyformance registry to support dimensional metadata. Please
refer to the README and examples for more information on changes to
the pyformance package.

#### [1.0.18] - 2018-03-15: Compression of datapoint payloads

Expand Down
2 changes: 1 addition & 1 deletion signalfx/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2015-2016 SignalFx, Inc. All rights reserved.

name = 'signalfx'
version = '1.0.18'
version = '1.0.19'

user_agent = 'signalfx-python/' + version

0 comments on commit 0409695

Please sign in to comment.