Skip to content

Commit

Permalink
Release 3.0.4
Browse files Browse the repository at this point in the history
* Added Support for ALMA source (CS2)
* Added Support for One Klarna source (CS2)
* Added Support for Fawry source (CS2)
* Added missing fields for PayPal source (CS2)
* Added missing fields for Sofort source (CS2)
* Added missing fields for ID source (CS2)
* Added scheme to all Session sources (CS2)
  • Loading branch information
a-ibarra committed Sep 29, 2022
1 parent b778a30 commit 5174e29
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.3
pip install checkout-sdk==<version>
```

> **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.3"
VERSION = "3.0.4"

0 comments on commit 5174e29

Please sign in to comment.