diff --git a/CHANGELOG.md b/CHANGELOG.md index 8508037..93aacb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 1d417ac..7e74829 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/dintero/version.py b/dintero/version.py index 5961490..fb510e8 100644 --- a/dintero/version.py +++ b/dintero/version.py @@ -1 +1 @@ -VERSION = "0.0.7" +VERSION = "0.0.8" diff --git a/setup.py b/setup.py index 1308c33..53c1e88 100644 --- a/setup.py +++ b/setup.py @@ -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", ],