We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1ad58 commit 7177fd1Copy full SHA for 7177fd1
scripts/update_version.sh
@@ -12,7 +12,7 @@ else
12
git reset --hard HEAD
13
git checkout -b "tmp-release-${NEW_VERSION}"
14
15
- perl -pi -e "s/^__version__ = .*$/__version__ = '$1'/g" dropbox/dropbox.py
+ perl -pi -e "s/^__version__ = .*$/__version__ = '$1'/g" dropbox/dropbox_client.py
16
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
17
18
git add -u
0 commit comments