Skip to content

Commit

Permalink
Release 3.0.3
Browse files Browse the repository at this point in the history
* Removed Baloto Source.
* Added support for QZ Country Code.
* Added support for P24 source. (CS2)
* Added support for Knet source. (CS2)
* Added support for Bancontact, Postfinance and Multibanco source. (CS2)
* Added support for STC source. (CS2)
* Added amount_allocations and marked marketplace as deprecated
  • Loading branch information
a-ibarra committed Sep 19, 2022
1 parent 5c24f3a commit 6cff80d
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 @@ -10,7 +10,7 @@

```
# Requires Python > 3.6
pip install checkout-sdk==3.0.2
pip install checkout-sdk==3.0.3
```

> **Version 3.0.0 is here!**
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.2"
VERSION = "3.0.3"

0 comments on commit 6cff80d

Please sign in to comment.