diff --git a/sdk/notificationhubs/azure-mgmt-notificationhubs/CHANGELOG.md b/sdk/notificationhubs/azure-mgmt-notificationhubs/CHANGELOG.md index b0aced120e3d..74eaa3f03973 100644 --- a/sdk/notificationhubs/azure-mgmt-notificationhubs/CHANGELOG.md +++ b/sdk/notificationhubs/azure-mgmt-notificationhubs/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 7.0.0b2 (Unreleased) + + ## 7.0.0b1 (2020-10-28) This is beta preview version. diff --git a/sdk/notificationhubs/azure-mgmt-notificationhubs/azure/mgmt/notificationhubs/_version.py b/sdk/notificationhubs/azure-mgmt-notificationhubs/azure/mgmt/notificationhubs/_version.py index efe7276fe05f..b094b52a6bba 100644 --- a/sdk/notificationhubs/azure-mgmt-notificationhubs/azure/mgmt/notificationhubs/_version.py +++ b/sdk/notificationhubs/azure-mgmt-notificationhubs/azure/mgmt/notificationhubs/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "7.0.0b1" +VERSION = "7.0.0b2" diff --git a/sdk/notificationhubs/azure-mgmt-notificationhubs/setup.py b/sdk/notificationhubs/azure-mgmt-notificationhubs/setup.py index cedd8b1df272..e7603cd79b6f 100644 --- a/sdk/notificationhubs/azure-mgmt-notificationhubs/setup.py +++ b/sdk/notificationhubs/azure-mgmt-notificationhubs/setup.py @@ -59,7 +59,7 @@ author_email='azpysdkhelp@microsoft.com', url='https://github.com/Azure/azure-sdk-for-python', classifiers=[ - 'Development Status :: 5 - Production/Stable', + "Development Status :: 4 - Beta", 'Programming Language :: Python', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7',