Update all instances of 1.4.0 -> 1.5.0#31785
Update all instances of 1.4.0 -> 1.5.0#31785seemethere wants to merge 1 commit intopytorch:masterfrom
Conversation
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
💊 CircleCI build failures summary and remediationsAs of commit 100fb6d: None of the build failures appear to be your fault.
Detailed failure analysisOne may explore the probable reasons each build failed interactively on the Dr. CI website. 🚧 2 upstream failures recognized by patterns:These builds matched patterns, but were probably caused by upstream breakages:
This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker. This comment has been revised 1 time. |
|
@seemethere what is this for? I thought the next version should be 1.4.0. am i missing anything here? |
|
I believe @ezyang had mentioned that we should update these to |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@seemethere has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
@seemethere merged this pull request in 346a349. |
1 similar comment
|
@seemethere merged this pull request in 346a349. |
Summary: Done with: ``` ❯ sed -i 's/1\.4\.0/1.5.0/g' $(find -type f -not -path "./third_party/*") ``` This was previously done in separate commits, but it would be beneficial to bump all included projects within this repository at the same time. Old bumps for reference: * [iOS]Update Cocoapods to 1.4.0: pytorch#30326 * [android] Change nightly builds version to 1.4.0-SNAPSHOT: pytorch#27381 * Roll master to 1.4.0: pytorch#27374 Signed-off-by: Eli Uriegas <eliuriegas@fb.com> Pull Request resolved: pytorch#31785 Differential Revision: D19277925 Pulled By: seemethere fbshipit-source-id: f72ad082f0566004858c9374879f4b1bee169f9c
Done with:
This was previously done in separate commits, but it would be beneficial to bump all included projects within this repository at the same time.
Old bumps for reference:
Signed-off-by: Eli Uriegas eliuriegas@fb.com