From 493c124161dd0629d4217ebb6e90522f097cb1fe Mon Sep 17 00:00:00 2001 From: Leighton Date: Mon, 5 Aug 2019 23:09:07 -0700 Subject: [PATCH] bump version --- contrib/opencensus-ext-httplib/CHANGELOG.md | 5 +++++ contrib/opencensus-ext-httplib/version.py | 2 +- contrib/opencensus-ext-requests/CHANGELOG.md | 5 +++++ contrib/opencensus-ext-requests/version.py | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/contrib/opencensus-ext-httplib/CHANGELOG.md b/contrib/opencensus-ext-httplib/CHANGELOG.md index 3f88b4499..36cba4701 100644 --- a/contrib/opencensus-ext-httplib/CHANGELOG.md +++ b/contrib/opencensus-ext-httplib/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## 0.7.1 +Released 2019-08-06 + + - Support exporter changes in `opencensus>=0.7.0` + ## 0.1.3 Released 2019-05-31 diff --git a/contrib/opencensus-ext-httplib/version.py b/contrib/opencensus-ext-httplib/version.py index 3854091f0..752777753 100644 --- a/contrib/opencensus-ext-httplib/version.py +++ b/contrib/opencensus-ext-httplib/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.1.3' +__version__ = '0.7.1' diff --git a/contrib/opencensus-ext-requests/CHANGELOG.md b/contrib/opencensus-ext-requests/CHANGELOG.md index f94e0621b..db729e0f5 100644 --- a/contrib/opencensus-ext-requests/CHANGELOG.md +++ b/contrib/opencensus-ext-requests/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## 0.7.1 +Released 2019-08-06 + + - Support exporter changes in `opencensus>=0.7.0` + ## 0.1.2 Released 2019-04-24 diff --git a/contrib/opencensus-ext-requests/version.py b/contrib/opencensus-ext-requests/version.py index 3f601a176..752777753 100644 --- a/contrib/opencensus-ext-requests/version.py +++ b/contrib/opencensus-ext-requests/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.1.2' +__version__ = '0.7.1'