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