Skip to content

Commit d49b4ce

Browse files
authored
Users/singankit/bump version 1.6.0 (Azure#29314)
* Update _version.py * Update CHANGELOG.md
1 parent 77bf3ae commit d49b4ce

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

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

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

3-
## 1.5.0 (Unreleased)
3+
## 1.6.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Bugs Fixed
8+
9+
### Other Changes
10+
11+
## 1.5.0 (2023-03-20)
412

513
### Features Added
614
- Added support for `tags` on Compute Resources.

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.5.0"
5+
VERSION = "1.6.0"

0 commit comments

Comments
 (0)