Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion sdk/ml/azure-ai-ml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Release History

## 1.32.0 (unreleased)
## 1.33.0 (unreleased)

### Features Added

### Bugs Fixed

### Other Changes

## 1.32.0 (2026-03-16)

### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/ml/azure-ai-ml/azure/ai/ml/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# ---------------------------------------------------------

VERSION = "1.32.0"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be 1.33.0. Last release was 1.32.0

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @PratibhaShrivastav18, The latest released version is 1.33.0. As part of the standard versioning process, the next version should be incremented by +1. However, a previously approved PR was not included in the last release cycle.

To incorporate that missed change and avoid versioning inconsistencies, this update bumps the version from 1.32.0 to 1.34.0, skipping 1.33.0.

VERSION = "1.34.0"
Loading