Skip to content

Commit 7177fd1

Browse files
authored
change update_version.sh to reflect the renaming of dropbox/dropbox.py to dropbox/dropbox_client.py (#294)
1 parent 0f1ad58 commit 7177fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ else
1212
git reset --hard HEAD
1313
git checkout -b "tmp-release-${NEW_VERSION}"
1414

15-
perl -pi -e "s/^__version__ = .*$/__version__ = '$1'/g" dropbox/dropbox.py
15+
perl -pi -e "s/^__version__ = .*$/__version__ = '$1'/g" dropbox/dropbox_client.py
1616
perl -pi -e 's/(\?branch=)main$/\1\v'$1'/g ;' -e 's/(\?version=)latest$/\1\stable/g ;' -e 's/(\/en\/)latest(\/)$/\1\stable\2/g ;' -e 's/(\[Latest) (Documentation\])$/\1 Release \2/g ;' README.rst
1717

1818
git add -u

0 commit comments

Comments
 (0)