Skip to content

Commit 4206e9e

Browse files
committed
chore(portaswitch): bump adapter minor version
1 parent 71710a0 commit 4206e9e

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

85-
VERSION: Final[str] = "0.5.1"
85+
VERSION: Final[str] = "0.6.0"
8686
OTP_DELIVERY_CHANNEL: Final[DeliveryChannel] = DeliveryChannel.email
8787
OTP_LOGIN_IDENTIFIERS = ('phone_number',)
8888
CAPABILITIES: Final[Capabilities] = [

0 commit comments

Comments
 (0)