We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b577a26 commit 2405bd2Copy full SHA for 2405bd2
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.0
201
+
202
+- Rework API method and model names to have more meaning
203
204
205
### 2.1.0
206
207
- Passkey encrypted with ubank password
tests/test_ubank.py
@@ -20,7 +20,7 @@
20
21
22
def test_version():
23
- assert __version__ == "2.1.0"
+ assert __version__ == "2.2.0"
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.1.0"
+__version__ = "2.2.0"
40
41
42
# Unchanging headers in every request.
0 commit comments