Skip to content

Commit 426ef88

Browse files
authored
beta version release since we need api review (Azure#31300)
1 parent 080bca7 commit 426ef88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/cosmos/azure-cosmos/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-
### 4.4.1 (2023-07-25)
3+
### 4.4.1b1 (2023-07-25)
44

55
#### Features Added
66
* Added ability to limit continuation token size when querying for items. See [PR 30731](https://github.com/Azure/azure-sdk-for-python/pull/30731)

sdk/cosmos/azure-cosmos/azure/cosmos/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2020
# SOFTWARE.
2121

22-
VERSION = "4.4.1"
22+
VERSION = "4.4.1b1"

0 commit comments

Comments
 (0)