Commits


Neal Richardson authored and Sutou Kouhei committed bbcd7de5aaa
MINOR: [R] Bump 5.0.0 version in r/NEWS.md FYI @kszucs, this was missed in #10821. There's slightly different version bumping logic when going from snapshot to release than when going from release to snapshot: https://github.com/apache/arrow/blob/master/dev/release/utils-prepare.sh#L124-L136 So now that we don't rebase master on the release, when bumping the snapshot version on master after the release, it would be good to run `update_versions` twice, first to the release version, then to the new snapshot version. Or else first cherry-pick the version bump commit from the release branch. Closes #10824 from nealrichardson/bump-r-news-version Authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>