Skip to content

Commit

Permalink
Merge pull request #200 from marksull/release/20240503.0
Browse files Browse the repository at this point in the history
Release/20240503.0
  • Loading branch information
marksull authored May 2, 2024
2 parents 7f6c0e0 + 63db98b commit 60326df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fmcapi/api_objects/device_services/ipv6staticroutes.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ def post(self, **kwargs):
# Remove gateway from REQUIRED_FOR_POST global const
self.REQUIRED_FOR_POST = ["interfaceName", "selectedNetworks"]
response = super().post(**kwargs)
return response
return response
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="fmcapi",
version="20240428.0",
version="20240503.0",
description="Easier interface to Cisco's FMC API than writing your own way.",
long_description="""With the removal to configure a Cisco NGFW via the command line your only option is to
do so via a manager. Some things are better when automated so using the manager's API gives us that power.
Expand Down

0 comments on commit 60326df

Please sign in to comment.