Skip to content

Commit 7e0354e

Browse files
authored
Increment package version after release of azure-messaging-webpubsubservice (Azure#18373)
1 parent d0363ee commit 7e0354e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

sdk/webpubsub/azure-messaging-webpubsubservice/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Release History
2+
3+
## 1.0.0b2 (Unreleased)
4+
5+
16
## 1.0.0b1 (2021-04-27)
27

38
Initial version

sdk/webpubsub/azure-messaging-webpubsubservice/azure/messaging/webpubsubservice/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "1.0.0b1"
6+
VERSION = "1.0.0b2"

sdk/webpubsub/azure-messaging-webpubsubservice/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
author_email="azpysdkhelp@microsoft.com",
4242
url="https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/signalr/azure-messaging-webpubsubservice",
4343
classifiers=[
44-
"Development Status :: 5 - Production/Stable",
44+
"Development Status :: 4 - Beta",
4545
"Programming Language :: Python",
4646
"Programming Language :: Python :: 2",
4747
"Programming Language :: Python :: 2.7",

0 commit comments

Comments
 (0)