We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1277281 commit e61dec6Copy full SHA for e61dec6
1 file changed
app/bss/adapters/portaswitch/adapter.py
@@ -58,7 +58,7 @@ class PortaSwitchAdapter(BSSAdapter):
58
capabilities required by WebTrit clients.
59
"""
60
61
- VERSION: Final[str] = "0.3.4"
+ VERSION: Final[str] = "0.4.0"
62
OTP_DELIVERY_CHANNEL: Final[DeliveryChannel] = DeliveryChannel.email
63
OTP_LOGIN_IDENTIFIERS = ('phone_number',)
64
CAPABILITIES: Final[Capabilities] = [
0 commit comments