| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Done via: $ git worktree add -b add-docs-0.18.0 ../hotfix official/gh-pages $ git checkout 0.18.0 $ tox -e docs $ cd ../hotfix $ mkdir 0.18.0 $ cd - $ cp -R docs/_build/html/ ../hotfix/0.18.0/ $ cd ../hotfix $ git add 0.18.0/
|
LGTM |
Sorry, something went wrong.
Done in a similar manner to googleapis#2282.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes b/447388852 🦕
| Back | FazBrowse Home | New Git URL |
Done via:
See #2281 for the changes to the versions files.
Also worth noting, due to the disappearance of some versions of the GAX generated libraries from PyPI, I had to slightly modify after git checkout 0.18.0, but this didn't change the build.