We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81431ea commit 5e1fbdcCopy full SHA for 5e1fbdc
1 file changed
app/bss/adapters/portaswitch/adapter.py
@@ -83,7 +83,7 @@ class PortaSwitchAdapter(BSSAdapter):
83
capabilities required by WebTrit clients.
84
"""
85
86
- VERSION: Final[str] = "0.6.1"
+ VERSION: Final[str] = "0.7.0"
87
OTP_DELIVERY_CHANNEL: Final[DeliveryChannel] = DeliveryChannel.email
88
OTP_LOGIN_IDENTIFIERS = ('phone_number',)
89
CAPABILITIES: Final[Capabilities] = [
0 commit comments