Skip to content

Commit eea0f84

Browse files
committed
chore(portaswitch): bump adapter patch version
1 parent 9c2cd39 commit eea0f84

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

87-
VERSION: Final[str] = "0.7.1"
87+
VERSION: Final[str] = "0.7.2"
8888
OTP_DELIVERY_CHANNEL: Final[DeliveryChannel] = DeliveryChannel.email
8989
OTP_LOGIN_IDENTIFIERS = ('phone_number',)
9090
CAPABILITIES: Final[Capabilities] = [

0 commit comments

Comments
 (0)