diff --git a/sdk/communication/azure-communication-administration/CHANGELOG.md b/sdk/communication/azure-communication-administration/CHANGELOG.md index b0f01d401436..40fe7b67ed80 100644 --- a/sdk/communication/azure-communication-administration/CHANGELOG.md +++ b/sdk/communication/azure-communication-administration/CHANGELOG.md @@ -1,4 +1,6 @@ # Release History +## 1.0.0b2 (Unreleased) + ## 1.0.0b1 (2020-09-22) - Preview release of the package \ No newline at end of file diff --git a/sdk/communication/azure-communication-administration/azure/communication/administration/_version.py b/sdk/communication/azure-communication-administration/azure/communication/administration/_version.py index aa36e50db76a..78fb9dbb8835 100644 --- a/sdk/communication/azure-communication-administration/azure/communication/administration/_version.py +++ b/sdk/communication/azure-communication-administration/azure/communication/administration/_version.py @@ -4,6 +4,6 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "1.0.0b1" +VERSION = "1.0.0b2" SDK_MONIKER = "communication-administration/{}".format(VERSION) # type: str diff --git a/sdk/communication/azure-communication-administration/setup.py b/sdk/communication/azure-communication-administration/setup.py index 4fa38abb553c..a2e816438094 100644 --- a/sdk/communication/azure-communication-administration/setup.py +++ b/sdk/communication/azure-communication-administration/setup.py @@ -43,7 +43,7 @@ license='MIT License', # ensure that the development status reflects the status of your package classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Programming Language :: Python', 'Programming Language :: Python :: 2', diff --git a/sdk/communication/azure-communication-chat/CHANGELOG.md b/sdk/communication/azure-communication-chat/CHANGELOG.md index c3134c141d5c..8aa0698e55c5 100644 --- a/sdk/communication/azure-communication-chat/CHANGELOG.md +++ b/sdk/communication/azure-communication-chat/CHANGELOG.md @@ -1,4 +1,6 @@ # Release History +## 1.0.0b2 (Unreleased) + ## 1.0.0b1 (2020-09-22) - Add ChatClient and ChatThreadClient diff --git a/sdk/communication/azure-communication-chat/azure/communication/chat/_version.py b/sdk/communication/azure-communication-chat/azure/communication/chat/_version.py index 46d66e577f16..8f65aefa51c7 100644 --- a/sdk/communication/azure-communication-chat/azure/communication/chat/_version.py +++ b/sdk/communication/azure-communication-chat/azure/communication/chat/_version.py @@ -4,6 +4,6 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "1.0.0b1" +VERSION = "1.0.0b2" SDK_MONIKER = "communication-chat/{}".format(VERSION) # type: str diff --git a/sdk/communication/azure-communication-sms/CHANGELOG.md b/sdk/communication/azure-communication-sms/CHANGELOG.md index c53341f8f56c..8fb2d78c4e5c 100644 --- a/sdk/communication/azure-communication-sms/CHANGELOG.md +++ b/sdk/communication/azure-communication-sms/CHANGELOG.md @@ -1,4 +1,6 @@ # Release History +## 1.0.0b2 (Unreleased) + ## 1.0.0b1 (2020-09-22) - Preview release of the package diff --git a/sdk/communication/azure-communication-sms/azure/communication/sms/_version.py b/sdk/communication/azure-communication-sms/azure/communication/sms/_version.py index af0484c4470b..5d682ff07107 100644 --- a/sdk/communication/azure-communication-sms/azure/communication/sms/_version.py +++ b/sdk/communication/azure-communication-sms/azure/communication/sms/_version.py @@ -4,6 +4,6 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "1.0.0b1" +VERSION = "1.0.0b2" SDK_MONIKER = "communication-sms/{}".format(VERSION) # type: str