Skip to content

Commit 70dc2f4

Browse files
committed
chore(portaswitch): bump adapter minor version
1 parent e60dd54 commit 70dc2f4

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.2.2"
61+
VERSION: Final[str] = "0.3.0"
6262
OTP_DELIVERY_CHANNEL: Final[DeliveryChannel] = DeliveryChannel.email
6363
OTP_LOGIN_IDENTIFIERS = ('phone_number',)
6464
CAPABILITIES: Final[Capabilities] = [

0 commit comments

Comments
 (0)