Closed
Conversation
ljk53
approved these changes
Nov 22, 2019
facebook-github-bot
pushed a commit
that referenced
this pull request
Jan 7, 2020
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: #30326 * [android] Change nightly builds version to 1.4.0-SNAPSHOT: #27381 * Roll master to 1.4.0: #27374 Signed-off-by: Eli Uriegas <eliuriegas@fb.com> Pull Request resolved: #31785 Differential Revision: D19277925 Pulled By: seemethere fbshipit-source-id: f72ad082f0566004858c9374879f4b1bee169f9c
wuhuikx
pushed a commit
to wuhuikx/pytorch
that referenced
this pull request
Jan 30, 2020
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
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.
Stack from ghstack:
Note that this PR won't trigger the cocoapods build. We'll push the binary and release the cocoapods after the branch cut.
Differential Revision: D18660308