Skip to content
Open
Changes from 1 commit
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
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.33.0"
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

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

Package version was bumped to 1.33.0, but the top entry in CHANGELOG.md is still ## 1.32.0 (unreleased). Please update the changelog header to 1.33.0 (or revert this version bump) so the published package version matches the unreleased changelog section.

Suggested change
VERSION = "1.33.0"
VERSION = "1.32.0"

Copilot uses AI. Check for mistakes.
Loading