Skip to content

Commit

Permalink
Merge pull request #243 from hkad98/trivial
Browse files Browse the repository at this point in the history
TRIVIAL: add tbump rule for new documentation

Reviewed-by: https://github.com/Mara3l
  • Loading branch information
gdgate authored Jul 25, 2023
2 parents e28be3c + c57fb9d commit 95f6d6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gooddata-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ At the moment the SDK provides services to inspect and interact with the Semanti
* Compute Service
* Table Service

See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.3) for more details.
See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.3.0) for more details.

## Requirements

Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ src = ".openapi-generator/configs/gooddata-*-client.yaml"
src = "gooddata-sdk/setup.py"
search = '"Documentation": "https://www.gooddata.com/docs/python-sdk/{current_version}"'

[[tool.tbump.file]]
src = "gooddata-sdk/README.md"
search = "https://www.gooddata.com/docs/python-sdk/{current_version}"

[[tool.tbump.file]]
src = "gooddata-pandas/setup.py"
search = '"Documentation": "https://gooddata-pandas.readthedocs.io/en/v{current_version}"'
Expand Down

0 comments on commit 95f6d6c

Please sign in to comment.