Skip to content

Commit e61dec6

Browse files
committed
chore(portaswitch): bump adapter minor version
1 parent 1277281 commit e61dec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/bss/adapters/portaswitch/adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class PortaSwitchAdapter(BSSAdapter):
5858
capabilities required by WebTrit clients.
5959
"""
6060

61-
VERSION: Final[str] = "0.3.4"
61+
VERSION: Final[str] = "0.4.0"
6262
OTP_DELIVERY_CHANNEL: Final[DeliveryChannel] = DeliveryChannel.email
6363
OTP_LOGIN_IDENTIFIERS = ('phone_number',)
6464
CAPABILITIES: Final[Capabilities] = [

0 commit comments

Comments
 (0)