We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3190ca commit 2e4a66cCopy full SHA for 2e4a66c
1 file changed
app/bss/adapters/portaswitch/adapter.py
@@ -78,7 +78,7 @@ class PortaSwitchAdapter(BSSAdapter):
78
capabilities required by WebTrit clients.
79
"""
80
81
- VERSION: Final[str] = "0.5.0"
+ VERSION: Final[str] = "0.5.1"
82
OTP_DELIVERY_CHANNEL: Final[DeliveryChannel] = DeliveryChannel.email
83
OTP_LOGIN_IDENTIFIERS = ('phone_number',)
84
CAPABILITIES: Final[Capabilities] = [
0 commit comments