Skip to content

Commit

Permalink
Fix doc links (#15)
Browse files Browse the repository at this point in the history
Bump version to 0.0.8
  • Loading branch information
andersem authored Jul 13, 2023
1 parent 8a25b7b commit 4d3ddc0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog


## 0.0.8 - 2023-07-13
* Change link to documentation for creating Checkout client

## 0.0.7 - 2023-07-13
* [#11](https://github.com/Dintero/Dintero.Python.SDK/pull/11) Add session validation

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pip install --upgrade dintero

Create an account through https://onboarding.dintero.com.

Get client credentials from the Dintero Backoffice, see [guide](https://docs.dintero.com/docs/checkout-client/).
Get client credentials from the Dintero Backoffice, see [guide](https://docs.dintero.com/docs/checkout/checkout-client).

Create a payment profile by going to [Dintero Backoffice](https://backoffice.dintero.com) --> Settings --> Payment
Profiles
Expand Down
2 changes: 1 addition & 1 deletion dintero/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.7"
VERSION = "0.0.8"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down

0 comments on commit 4d3ddc0

Please sign in to comment.