Skip to content

Commit 8bd4678

Browse files
committed
chore(portaswitch): bump adapter minor version
1 parent 45b9857 commit 8bd4678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/bss/adapters/portaswitch/adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class PortaSwitchAdapter(BSSAdapter):
7878
capabilities required by WebTrit clients.
7979
"""
8080

81-
VERSION: Final[str] = "0.4.2"
81+
VERSION: Final[str] = "0.5.0"
8282
OTP_DELIVERY_CHANNEL: Final[DeliveryChannel] = DeliveryChannel.email
8383
OTP_LOGIN_IDENTIFIERS = ('phone_number',)
8484
CAPABILITIES: Final[Capabilities] = [

0 commit comments

Comments
 (0)