We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b9857 commit 8bd4678Copy full SHA for 8bd4678
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.4.2"
+ VERSION: Final[str] = "0.5.0"
82
OTP_DELIVERY_CHANNEL: Final[DeliveryChannel] = DeliveryChannel.email
83
OTP_LOGIN_IDENTIFIERS = ('phone_number',)
84
CAPABILITIES: Final[Capabilities] = [
0 commit comments