From 84d6c3d8ffd692e759e5c2b5e54fc6575145085b Mon Sep 17 00:00:00 2001 From: Jakub Krajewski Date: Fri, 20 Dec 2024 14:15:53 +0100 Subject: [PATCH] fix typo and bump to dev8 --- .../configuration/feature_profile/sdwan/service/lan/vpn.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/catalystwan/models/configuration/feature_profile/sdwan/service/lan/vpn.py b/catalystwan/models/configuration/feature_profile/sdwan/service/lan/vpn.py index b5bc144e..2d0456b4 100644 --- a/catalystwan/models/configuration/feature_profile/sdwan/service/lan/vpn.py +++ b/catalystwan/models/configuration/feature_profile/sdwan/service/lan/vpn.py @@ -18,7 +18,7 @@ ProtocolIPv4 = Literal[ "bgp", "ospf", - "opsfv3", + "ospfv3", "connected", "static", "network", diff --git a/pyproject.toml b/pyproject.toml index fa9d0b25..65992756 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "catalystwan" -version = "0.40.0dev7" +version = "0.40.0dev8" description = "Cisco Catalyst WAN SDK for Python" authors = ["kagorski "] readme = "README.md"