Skip to content

Commit d6bbab5

Browse files
authored
update versions (#35525)
1 parent 2d4c71a commit d6bbab5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sdk/ml/azure-ai-ml/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.16.0 (unreleased)
3+
## 1.16.0b1 (2024-05-07)
44

55
### Features Added
66
- Add experimental support for working with Promptflow evaluators: `ml_client.evaluators`.
@@ -142,7 +142,7 @@
142142

143143
### Other Changes
144144

145-
- `azure-ai-ml` now performs all file i/o on `utf-8` encoded files per Azure SDK guidance.
145+
- `azure-ai-ml` now performs all file i/o on `utf-8` encoded files per Azure SDK guidance.
146146
(instead of the default behavior for python < 3.15, which uses locale specific encodings)
147147
- Removed references to deprecated "feature_store" workspace connection type.
148148

sdk/ml/azure-ai-ml/azure/ai/ml/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# ---------------------------------------------------------
44

5-
VERSION = "1.16.0"
5+
VERSION = "1.16.0b1"

0 commit comments

Comments
 (0)