From aea6a36c9cdd1531b9109978aebd9080e474cc21 Mon Sep 17 00:00:00 2001 From: "Adam Ling (MSFT)" Date: Fri, 5 Mar 2021 11:26:53 -0800 Subject: [PATCH 1/2] update changelog --- sdk/servicebus/azure-servicebus/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/servicebus/azure-servicebus/CHANGELOG.md b/sdk/servicebus/azure-servicebus/CHANGELOG.md index 77e523c803eb..ea8b57ff3ad2 100644 --- a/sdk/servicebus/azure-servicebus/CHANGELOG.md +++ b/sdk/servicebus/azure-servicebus/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 7.1.0 (Unreleased) +## 7.1.0 (2021-03-09) **New Features** From 765a8316c2d4443ff4f264a1d7686a8250aa5536 Mon Sep 17 00:00:00 2001 From: "Adam Ling (MSFT)" Date: Fri, 5 Mar 2021 11:34:13 -0800 Subject: [PATCH 2/2] add python3.5 drop information --- sdk/servicebus/azure-servicebus/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/servicebus/azure-servicebus/CHANGELOG.md b/sdk/servicebus/azure-servicebus/CHANGELOG.md index ea8b57ff3ad2..b7f6dfd8c2db 100644 --- a/sdk/servicebus/azure-servicebus/CHANGELOG.md +++ b/sdk/servicebus/azure-servicebus/CHANGELOG.md @@ -2,6 +2,8 @@ ## 7.1.0 (2021-03-09) +This version will be the last version to officially support Python 3.5, future versions will require Python 2.7 or Python 3.6+. + **New Features** * Updated the following methods so that lists and single instances of dict representations are accepted for corresponding strongly-typed object arguments (PR #14807, thanks @bradleydamato):