Skip to content

Commit 7784c9f

Browse files
authored
Release for Python, August 10 (Azure#20211)
1 parent 190770a commit 7784c9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdk/communication/azure-communication-networktraversal/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0b1 (2021-08-04)
3+
## 1.0.0b1 (2021-08-10)
44
- Preview release of `azure-communication-networktraversal`.
55

66
The first preview of the Azure Communication Relay Client has the following features:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e ../../../tools/azure-sdk-tools
22
-e ../../identity/azure-identity
3-
../azure-communication-identity
3+
-e ../azure-communication-identity
44
../../core/azure-core
55
aiohttp>=3.0; python_version >= '3.5'
66
-e ../../../tools/azure-devtools

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
license='MIT License',
4545
# ensure that the development status reflects the status of your package
4646
classifiers=[
47-
"Development Status :: 5 - Production/Stable",
47+
"Development Status :: 4 - Beta",
4848

4949
'Programming Language :: Python',
5050
'Programming Language :: Python :: 2',

0 commit comments

Comments
 (0)