Skip to content

Commit 2405bd2

Browse files
committed
Release 2.2.0
1 parent b577a26 commit 2405bd2

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@ If you screw up -- delete local and remote tags and have another go:
197197

198198
## Changelog
199199

200+
### 2.2.0
201+
202+
- Rework API method and model names to have more meaning
203+
204+
200205
### 2.1.0
201206

202207
- Passkey encrypted with ubank password

tests/test_ubank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
def test_version():
23-
assert __version__ == "2.1.0"
23+
assert __version__ == "2.2.0"
2424

2525

2626
def test_int8array_to_bytes():

ubank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
from soft_webauthn_patched import SoftWebauthnDevice
3838

39-
__version__ = "2.1.0"
39+
__version__ = "2.2.0"
4040

4141

4242
# Unchanging headers in every request.

0 commit comments

Comments
 (0)