Skip to content

Commit a4fb935

Browse files
authored
[ML] Increment version to 1.15.0 (#34437)
* Update _version.py * Update CHANGELOG.md
1 parent 34e3f1c commit a4fb935

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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

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

3+
## 1.15.0 (unreleased)
4+
5+
### Features Added
6+
7+
### Bugs Fixed
8+
9+
### Breaking Changes
10+
11+
### Other Changes
12+
313
## 1.14.0 (unreleased)
414

515
### Features Added
@@ -20,7 +30,7 @@
2030

2131
- Support for Python 3.12
2232

23-
## 1.13.0 (unreleased)
33+
## 1.13.0 (2024-01-29)
2434

2535
### Features Added
2636

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.14.0"
5+
VERSION = "1.15.0"

0 commit comments

Comments
 (0)