Skip to content

Commit f576c0e

Browse files
[Communication]: Updated version after release (Azure#18404)
1 parent ddb6a18 commit f576c0e

File tree

10 files changed

+16
-7
lines changed

10 files changed

+16
-7
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 1.0.1 (Unreleased)
4+
5+
36
## 1.0.0 (2021-03-29)
47
### Breaking Changes
58
- Renamed `ChatThread` to `ChatThreadProperties`.

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.0"
7+
VERSION = "1.0.1"
88

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
author_email='azpysdkhelp@microsoft.com',
4040
url='https://github.com/Azure/azure-sdk-for-python',
4141
classifiers=[
42-
"Development Status :: 4 - Beta",
42+
"Development Status :: 5 - Production/Stable",
4343
'Programming Language :: Python',
4444
'Programming Language :: Python :: 2',
4545
'Programming Language :: Python :: 2.7',

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 1.0.1 (Unreleased)
4+
5+
36
## 1.0.0 (2021-03-29)
47
- Stable release of `azure-communication-identity`.
58

sdk/communication/azure-communication-identity/azure/communication/identity/_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.0"
7+
VERSION = "1.0.1"
88

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

sdk/communication/azure-communication-identity/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 :: 4 - Beta",
46+
"Development Status :: 5 - Production/Stable",
4747

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

sdk/communication/azure-communication-phonenumbers/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 :: 4 - Beta",
46+
"Development Status :: 5 - Production/Stable",
4747

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 1.0.1 (Unreleased)
4+
5+
36
## 1.0.0 (2021-03-29)
47
- Stable release of `azure-communication-sms`.
58

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.0"
7+
VERSION = "1.0.1"
88

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

sdk/communication/azure-communication-sms/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 :: 4 - Beta",
46+
"Development Status :: 5 - Production/Stable",
4747

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

0 commit comments

Comments
 (0)