Skip to content

Commit 5f61290

Browse files
turalfTural Farhadov
and
Tural Farhadov
authored
Update communication pacakges to version b2 (#14209)
Co-authored-by: Tural Farhadov <[email protected]>
1 parent 51049f5 commit 5f61290

File tree

7 files changed

+10
-4
lines changed

7 files changed

+10
-4
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Release History
22

3+
## 1.0.0b2 (Unreleased)
4+
35
## 1.0.0b1 (2020-09-22)
46
- Preview release of the package

sdk/communication/azure-communication-administration/azure/communication/administration/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "1.0.0b1"
7+
VERSION = "1.0.0b2"
88

99
SDK_MONIKER = "communication-administration/{}".format(VERSION) # type: str

sdk/communication/azure-communication-administration/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
license='MIT License',
4444
# ensure that the development status reflects the status of your package
4545
classifiers=[
46-
'Development Status :: 3 - Alpha',
46+
'Development Status :: 4 - Beta',
4747

4848
'Programming Language :: Python',
4949
'Programming Language :: Python :: 2',
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Release History
22

3+
## 1.0.0b2 (Unreleased)
4+
35
## 1.0.0b1 (2020-09-22)
46
- Add ChatClient and ChatThreadClient

sdk/communication/azure-communication-chat/azure/communication/chat/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "1.0.0b1"
7+
VERSION = "1.0.0b2"
88

99
SDK_MONIKER = "communication-chat/{}".format(VERSION) # type: str
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Release History
22

3+
## 1.0.0b2 (Unreleased)
4+
35
## 1.0.0b1 (2020-09-22)
46
- Preview release of the package

sdk/communication/azure-communication-sms/azure/communication/sms/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "1.0.0b1"
7+
VERSION = "1.0.0b2"
88

99
SDK_MONIKER = "communication-sms/{}".format(VERSION) # type: str

0 commit comments

Comments
 (0)