File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
sdk/communication/azure-communication-phonenumbers
azure/communication/phonenumbers Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.1.1 (Unreleased )
3
+ ## 1.2.0b3 (2024-01-29 )
4
4
5
5
### Features Added
6
6
- Added support for API version ` 2023-10-01-preview ` , This gives us functionality for Do Not Resell Consent Changes.
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "1.1.1 "
7
+ VERSION = "1.2.0b3 "
8
8
9
9
SDK_MONIKER = "communication-phonenumbers/{}" .format (VERSION ) # type: str
Original file line number Diff line number Diff line change 44
44
license = 'MIT License' ,
45
45
# ensure that the development status reflects the status of your package
46
46
classifiers = [
47
- "Development Status :: 5 - Production/Stable " ,
47
+ "Development Status :: 4 - Beta " ,
48
48
49
49
'Programming Language :: Python' ,
50
50
"Programming Language :: Python :: 3 :: Only" ,
You can’t perform that action at this time.
0 commit comments