Fix version numbers in release/25.12 branch#1551
Merged
AyodeAwe merged 1 commit intorapidsai:release/25.12from Nov 17, 2025
Merged
Fix version numbers in release/25.12 branch#1551AyodeAwe merged 1 commit intorapidsai:release/25.12from
AyodeAwe merged 1 commit intorapidsai:release/25.12from
Conversation
robertmaynard
approved these changes
Nov 17, 2025
trxcllnt
reviewed
Nov 18, 2025
|
|
||
| if __name__ == "__main__": | ||
| main() | ||
| release/25.12() |
Contributor
There was a problem hiding this comment.
@AyodeAwe @rockhowse I think there's a bug in update-versions.sh script 😅
rockhowse
reviewed
Nov 18, 2025
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 |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
PR #1530 merged changes from
mainintorelease/25.12after 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=releaseto ensure therelease/25.12branch has the appropriate 25.12.00 version numbers.Background
mainbranch targets 26.02maintorelease/25.12, after updating the PR with changes frommain, inadvertently bringing26.02version numbersChanges