Skip to content

Commit 50c2a45

Browse files
authored
Increment package version after release of azure-search-documents (#37779)
1 parent 9079caf commit 50c2a45

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

sdk/search/azure-search-documents/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+
## 11.6.0b7 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 11.6.0b6 (2024-10-08)
414

515
### Bugs Fixed

sdk/search/azure-search-documents/azure/search/documents/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "11.6.0b6" # type: str
6+
VERSION = "11.6.0b7" # type: str
77

88
SDK_MONIKER = "search-documents/{}".format(VERSION) # type: str

0 commit comments

Comments
 (0)