Skip to content

Fix version numbers in release/25.12 branch#1551

Merged
AyodeAwe merged 1 commit intorapidsai:release/25.12from
AyodeAwe:remove-26.02-from-release/25.12
Nov 17, 2025
Merged

Fix version numbers in release/25.12 branch#1551
AyodeAwe merged 1 commit intorapidsai:release/25.12from
AyodeAwe:remove-26.02-from-release/25.12

Conversation

@AyodeAwe
Copy link
Copy Markdown
Contributor

Problem

PR #1530 merged changes from main into release/25.12 after burndown, which brought over version numbers targeting 26.02 instead of 25.12.

Solution

This PR corrects the version numbers by running update-version.sh 25.12.00 --run-context=release to ensure the release/25.12 branch has the appropriate 25.12.00 version numbers.

Background

  • After burndown, main branch targets 26.02
  • PR Set memory pool from Python multi-GPU resource #1530 was retargeted from main to release/25.12, after updating the PR with changes from main, inadvertently bringing 26.02 version numbers
  • This fix ensures release branch integrity by correcting version metadata

Changes

  • Updated version numbers across all relevant files to 25.12.00
  • No functional code changes

@AyodeAwe AyodeAwe requested review from a team as code owners November 17, 2025 19:55
@AyodeAwe AyodeAwe requested a review from gforsyth November 17, 2025 19:55
@AyodeAwe AyodeAwe changed the base branch from main to release/25.12 November 17, 2025 19:56
@AyodeAwe AyodeAwe merged commit 81783ea into rapidsai:release/25.12 Nov 17, 2025
20 of 29 checks passed

if __name__ == "__main__":
main()
release/25.12()
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@AyodeAwe @rockhowse I think there's a bug in update-versions.sh script 😅

Comment on lines +6 to +8
# 1: https://github.com/erikbern/ann-benchmarks/blob/release/25.12/plot.py
# 2: https://github.com/erikbern/ann-benchmarks/blob/release/25.12/ann_benchmarks/plotting/utils.py # noqa: E501
# 3: https://github.com/erikbern/ann-benchmarks/blob/release/25.12/ann_benchmarks/plotting/metrics.py # noqa: E501
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@trxcllnt and @AyodeAwe this is another effect of the bug 😓
We want to update the line below these, but these shouldn't be changed.

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

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants