Skip to content

Commit

Permalink
Release 3.0.0b6
Browse files Browse the repository at this point in the history
* Add cartes bancaries properties to `ThreeDsRequest` & `ProcessingSettings` (Four)
* API updates on Sessions (Four)
* Removes `first_name` and `country` fields from PaymentRecipient schema (Default/Four)
* Added support for `WeChat` and `Alipay` Plus beta APM (Four)
  • Loading branch information
a-ibarra committed Jun 9, 2022
1 parent 2cafc88 commit e74d656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

```
# Requires Python > 3.6
pip install checkout-sdk==3.0.0b5
pip install checkout-sdk==3.0.0b6
```

Please check in [GitHub releases](https://github.com/checkout/checkout-sdk-python/releases) for all the versions
Expand Down
2 changes: 1 addition & 1 deletion checkout_sdk/properties.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "3.0.0b5"
VERSION = "3.0.0b6"

0 comments on commit e74d656

Please sign in to comment.