We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d86ae commit a7f992dCopy full SHA for a7f992d
3 files changed
README.md
@@ -197,6 +197,11 @@ If you screw up -- delete local and remote tags and have another go:
197
198
## Changelog
199
200
+### 2.2.1
201
+
202
+- `get_linked_banks()` returns linked external bank accounts
203
204
205
### 2.2.0
206
207
- Rework API method and model names to have more meaning
tests/test_ubank.py
@@ -20,7 +20,7 @@
20
21
22
def test_version():
23
- assert __version__ == "2.2.0"
+ assert __version__ == "2.2.1"
24
25
26
def test_int8array_to_bytes():
ubank.py
@@ -36,7 +36,7 @@
36
37
from soft_webauthn_patched import SoftWebauthnDevice
38
39
-__version__ = "2.2.0"
+__version__ = "2.2.1"
40
41
42
# Unchanging headers in every request.
0 commit comments