From 93f9265bebc3e41ae7fe854ffd40542deba032bc Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 26 Mar 2024 05:26:35 +0000 Subject: [PATCH] Increment package version after release of azure-communication-messages --- .../azure-communication-messages/CHANGELOG.md | 12 +++++++++++- .../azure/communication/messages/_version.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sdk/communication/azure-communication-messages/CHANGELOG.md b/sdk/communication/azure-communication-messages/CHANGELOG.md index 8762127e8ccc..4a0cc3c8b81c 100644 --- a/sdk/communication/azure-communication-messages/CHANGELOG.md +++ b/sdk/communication/azure-communication-messages/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.0.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.0.0 (2024-03-25) This is the GA release of Azure Communication Messages Python SDK. For more information, please see the [README][read_me]. @@ -13,4 +23,4 @@ This is the GA release of Azure Communication Messages Python SDK. For more info - Get list of all WhatsApp templates. -[read_me]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-messages/README.md \ No newline at end of file +[read_me]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/communication/azure-communication-messages/README.md diff --git a/sdk/communication/azure-communication-messages/azure/communication/messages/_version.py b/sdk/communication/azure-communication-messages/azure/communication/messages/_version.py index 0ec13ea52bbf..83602e6274bc 100644 --- a/sdk/communication/azure-communication-messages/azure/communication/messages/_version.py +++ b/sdk/communication/azure-communication-messages/azure/communication/messages/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "1.0.0" +VERSION = "1.0.1"