Skip to content

Commit d8886dc

Browse files
authored
Increment package version after release of azure-communication-rooms (Azure#38834)
1 parent b0be822 commit d8886dc

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

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

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

3+
## 1.1.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.1.1 (2024-12-10)
414
- Update azure-code dependency
515

sdk/communication/azure-communication-rooms/azure/communication/rooms/_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.1.2"
88

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/communication/azure-communication-rooms",
4343
keywords="azure, azure sdk",
4444
classifiers=[
45-
"Development Status :: 4 - Beta",
45+
"Development Status :: 5 - Production/Stable",
4646
"Programming Language :: Python",
4747
"Programming Language :: Python :: 3 :: Only",
4848
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)