Skip to content

Commit

Permalink
Merge pull request #197 from marksull/release/20240428.0
Browse files Browse the repository at this point in the history
Release/20240428.0
  • Loading branch information
marksull authored Apr 28, 2024
2 parents 648b8ac + 342ef90 commit 34a6ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions fmcapi/api_objects/update_packages/upgradepackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ class Upgrades(APIClassTemplate):
"enableUpgradeRevert",
"autoUpgradeCancel",
]
REQUIRED_FOR_POST = [
"upgradePackage",
"targets"
]
REQUIRED_FOR_POST = ["upgradePackage", "targets"]
VALID_FOR_KWARGS = VALID_JSON_DATA + []
URL_SUFFIX = "/updates/upgrades"

Expand Down
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="20240418.0",
version="20240428.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 34a6ac2

Please sign in to comment.