Skip to content

Commit 91dab77

Browse files
committed
GPOMA-1852: New bank swfit PTBNCZPP
1 parent 81fdb3d commit 91dab77

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

gopay/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ class BankSwiftCode(StrEnum):
134134
CREDITAS = "CTASCZ22"
135135
MAX_BANKA = "EXPNCZPP"
136136
JT_BANKA = "JTBPCZPP"
137+
PARTNERS_BANK = "PTBNCZPP"
137138
# SK
138139
TATRA_BANKA = "TATRSKBX"
139140
VSEOBECNA_VEROVA_BANKA_BANKA = "SUBASKBX"

gopay/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = "2.2.4"
1+
VERSION = "2.2.5"
22
DEFAULT_USER_AGENT = "GoPay Python " + VERSION

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name = "gopay"
1414
packages = [{include = "gopay"}]
1515
readme = "README.md"
1616
repository = "https://github.com/gopaycommunity/gopay-python-api"
17-
version = "2.2.4"
17+
version = "2.2.5"
1818

1919
[tool.poetry.dependencies]
2020
deprecated = "^1.2.14"

0 commit comments

Comments
 (0)