diff --git a/gopay/enums.py b/gopay/enums.py index 7bb3720..3626feb 100644 --- a/gopay/enums.py +++ b/gopay/enums.py @@ -135,6 +135,7 @@ class BankSwiftCode(StrEnum): MAX_BANKA = "EXPNCZPP" JT_BANKA = "JTBPCZPP" PARTNERS_BANK = "PTBNCZPP" + REVOLUT_LT = "RVUALT2VXXX" # SK TATRA_BANKA = "TATRSKBX" VSEOBECNA_VEROVA_BANKA_BANKA = "SUBASKBX" @@ -154,6 +155,7 @@ class BankSwiftCode(StrEnum): BKS_BANK = "BFKKSKBB" RAIFFEISENBANK_SK = "TATRSKBXXXX" KOMERCNI_BANKA_SK = "KOMBSKBA" + BANK365_SK = "POBNSKBAXXX" # PL MBANK1 = "BREXPLPW" CITI_HANDLOWY = "CITIPLPX" diff --git a/gopay/utils.py b/gopay/utils.py index 004acb0..f1b5082 100644 --- a/gopay/utils.py +++ b/gopay/utils.py @@ -1,2 +1,2 @@ -VERSION = "2.2.5" +VERSION = "2.2.6" DEFAULT_USER_AGENT = "GoPay Python " + VERSION diff --git a/pyproject.toml b/pyproject.toml index a133954..504072a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ name = "gopay" packages = [{include = "gopay"}] readme = "README.md" repository = "https://github.com/gopaycommunity/gopay-python-api" -version = "2.2.5" +version = "2.2.6" [tool.poetry.dependencies] deprecated = "^1.2.14"