Skip to content

Bump version from 1.33.0 to 1.34.0#46571

Open
Chakradhar886 wants to merge 6 commits intomainfrom
Chakradhar886-patch-1
Open

Bump version from 1.33.0 to 1.34.0#46571
Chakradhar886 wants to merge 6 commits intomainfrom
Chakradhar886-patch-1

Conversation

@Chakradhar886
Copy link
Copy Markdown
Member

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Bumps the azure-ai-ml package version, which is dynamically sourced from azure.ai.ml._version.VERSION.

Changes:

  • Updated VERSION in azure/ai/ml/_version.py from 1.32.0 to 1.33.0.

# ---------------------------------------------------------

VERSION = "1.32.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.
Updated version to 1.33.0 and added changelog for 1.32.0.
@Chakradhar886 Chakradhar886 changed the title Bump version from 1.32.0 to 1.33.0 Bump version from 1.32.0 to 1.34.0 Apr 28, 2026
@Chakradhar886 Chakradhar886 changed the title Bump version from 1.32.0 to 1.34.0 Bump version from 1.33.0 to 1.34.0 Apr 28, 2026
# 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants