Skip to content

Commit

Permalink
release 1.1.16 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmfitzpatrick authored Nov 2, 2022
1 parent 80af118 commit 1cc3a3a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
### CHANGELOG

This file documents important changes to the SignalFx Python client library.
- [[1.1.16] - 2022-11-02: Relax protobuf 3.x dep](#1116---2022-11-02-relax-protobuf-3x-dep)
- [[1.1.15] - 2022-06-02: Pin latest protobuf 3.x](#1115---2022-06-02-pin-latest-protobuf-3x)
- [[1.1.14] - 2021-09-20: Add timezone support](#1114---2021-09-20--add-timezone-support)
- [[1.1.13] - 2020-08-27: Fix issue with multiple data blocks](#1113---2020-08-27--fix-issue-with-multiple-data-blocks)
- [[1.1.12] - 2020-08-25: Fix some signaflow defaults](#1112---2020-08-24--fix-some-signalflow-defaults)
Expand Down Expand Up @@ -32,6 +34,14 @@ 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.1.16] - 2022-11-02: Relax protobuf 3.x dep

* Relaxes overstrict protobuf pin to be <4.21.0. [#132](https://github.com/signalfx/signalfx-python/pull/132)

#### [1.1.15] - 2022-06-02: Pin latest protobuf 3.x

* Pins to latest 3.x protobuf to avoid breaking version 4.21.0. [#126](https://github.com/signalfx/signalfx-python/pull/126)

#### [1.1.14] - 2021-09-20: Add timezone support

* Adds support for specifying the SignalFlow computation timezone. [#114](https://github.com/signalfx/signalfx-python/pull/114)
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.1.15'
version = '1.1.16'

user_agent = 'signalfx-python/' + version

0 comments on commit 1cc3a3a

Please sign in to comment.