Skip to content

Commit

Permalink
ARROW-4385: [Packaging] Fix PyArrow version update pattern on release
Browse files Browse the repository at this point in the history
Author: Kouhei Sutou <[email protected]>

Closes apache#3502 from kou/packaging-python-fix-a-typo and squashes the following commits:

e046621 <Kouhei Sutou>  Fix PyArrow version update pattern on release
  • Loading branch information
kou authored and wesm committed Jan 28, 2019
1 parent 74fb9da commit 35adb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/00-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ update_versions() {

cd "${SOURCE_DIR}/../../python"
sed -i.bak -E -e \
"s/^default_version: '.+'/default_version = '${version}'/" \
"s/^default_version = '.+'/default_version = '${version}'/" \
setup.py
rm -f setup.py.bak
git add setup.py
Expand Down

0 comments on commit 35adb25

Please sign in to comment.