Skip to content

Commit

Permalink
Update communication pacakges to version b2 (Azure#14209)
Browse files Browse the repository at this point in the history
Co-authored-by: Tural Farhadov <[email protected]>
  • Loading branch information
turalf and Tural Farhadov authored Oct 2, 2020
1 parent 51049f5 commit 5f61290
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Release History

## 1.0.0b2 (Unreleased)

## 1.0.0b1 (2020-09-22)
- Preview release of the package
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "1.0.0b1"
VERSION = "1.0.0b2"

SDK_MONIKER = "communication-administration/{}".format(VERSION) # type: str
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 2 additions & 0 deletions sdk/communication/azure-communication-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Release History

## 1.0.0b2 (Unreleased)

## 1.0.0b1 (2020-09-22)
- Add ChatClient and ChatThreadClient
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "1.0.0b1"
VERSION = "1.0.0b2"

SDK_MONIKER = "communication-chat/{}".format(VERSION) # type: str
2 changes: 2 additions & 0 deletions sdk/communication/azure-communication-sms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Release History

## 1.0.0b2 (Unreleased)

## 1.0.0b1 (2020-09-22)
- Preview release of the package
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "1.0.0b1"
VERSION = "1.0.0b2"

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

0 comments on commit 5f61290

Please sign in to comment.