Skip to content

Commit 5e1fbdc

Browse files
committed
chore(portaswitch): bump adapter minor version
1 parent 81431ea commit 5e1fbdc

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
@@ -83,7 +83,7 @@ class PortaSwitchAdapter(BSSAdapter):
8383
capabilities required by WebTrit clients.
8484
"""
8585

86-
VERSION: Final[str] = "0.6.1"
86+
VERSION: Final[str] = "0.7.0"
8787
OTP_DELIVERY_CHANNEL: Final[DeliveryChannel] = DeliveryChannel.email
8888
OTP_LOGIN_IDENTIFIERS = ('phone_number',)
8989
CAPABILITIES: Final[Capabilities] = [

0 commit comments

Comments
 (0)