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