-
Notifications
You must be signed in to change notification settings - Fork 345
Update version to 0.15.0 #3130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update version to 0.15.0 #3130
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/3130
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 12 PendingAs of commit 29e6265 with merge base fd62d0e ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@liangel-02 anything we need to bump for the version compatibility? |
@vkuzo please comment if there's anything missing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be landed immediately after branch cut IIUC
|
||
v2_8_0 = _parse_version("2.8.0") | ||
v0_13_0 = _parse_version("0.13.0") | ||
v2_9_0_dev = _parse_version("2.9.0.dev") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As 2.9 has not been released yet, we might still need to call it dev, but the branch cut has been done in core, and the dev version has been updated to 2.10.0.dev. @liangel-02 How do we handle this?
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
Updated the version from
0.14.0
to0.15.0
.