Skip to content

Commit

Permalink
Communication SMS package - nspkg dependency update (#14346)
Browse files Browse the repository at this point in the history
* Fix import all error in ci

* Bump version - sms package

Co-authored-by: tural farhadov <tufarhad@microsoft.com>
  • Loading branch information
turalf and tural farhadov authored Oct 8, 2020
1 parent aecfb64 commit 45a7f58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions sdk/communication/azure-communication-sms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0b3 (2020-10-07)
- Add dependency to `azure-communication-nspkg` package, to support py2

## 1.0.0b2 (2020-10-06)
- Updated `azure-communication-sms` version.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "1.0.0b2"
VERSION = "1.0.0b3"

SDK_MONIKER = "communication-sms/{}".format(VERSION) # type: str
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-sms/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
'six>=1.6'
],
extras_require={
":python_version<'3.0'": ['azure-nspkg'],
":python_version<'3.0'": ['azure-communication-nspkg'],
":python_version<'3.5'": ["typing"]
}
)

0 comments on commit 45a7f58

Please sign in to comment.