We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fdb3d commit 91dab77Copy full SHA for 91dab77
3 files changed
gopay/enums.py
@@ -134,6 +134,7 @@ class BankSwiftCode(StrEnum):
134
CREDITAS = "CTASCZ22"
135
MAX_BANKA = "EXPNCZPP"
136
JT_BANKA = "JTBPCZPP"
137
+ PARTNERS_BANK = "PTBNCZPP"
138
# SK
139
TATRA_BANKA = "TATRSKBX"
140
VSEOBECNA_VEROVA_BANKA_BANKA = "SUBASKBX"
gopay/utils.py
@@ -1,2 +1,2 @@
1
-VERSION = "2.2.4"
+VERSION = "2.2.5"
2
DEFAULT_USER_AGENT = "GoPay Python " + VERSION
pyproject.toml
@@ -14,7 +14,7 @@ name = "gopay"
14
packages = [{include = "gopay"}]
15
readme = "README.md"
16
repository = "https://github.com/gopaycommunity/gopay-python-api"
17
-version = "2.2.4"
+version = "2.2.5"
18
19
[tool.poetry.dependencies]
20
deprecated = "^1.2.14"
0 commit comments