Skip to content

Commit d9611b0

Browse files
committed
created new release
1 parent 804663b commit d9611b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdk/communication/azure-communication-phonenumbers/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.1.1 (Unreleased)
3+
## 1.2.0b3 (2024-01-29)
44

55
### Features Added
66
- Added support for API version `2023-10-01-preview`, This gives us functionality for Do Not Resell Consent Changes.

sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/_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.1.1"
7+
VERSION = "1.2.0b3"
88

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

sdk/communication/azure-communication-phonenumbers/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 :: 3 :: Only",

0 commit comments

Comments
 (0)