Skip to content

Commit

Permalink
release: 20191017.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax Mickelson committed Oct 17, 2019
1 parent b31e472 commit 23db82e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy_a_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

echo "Building a new release of fmcapi!"
echo
echo "Did you remember to run black??? e.g. black fmcapi --diff --exclude \"venv|build\""
echo "Did you remember to run black??? e.g. black fmcapi --exclude \"venv|build\""
read -p "(y/n): " -n 1 -r
echo
if [[ $REPLY =~ ^[Yy]$ ]]
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="20191002.0",
version="20191017.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 23db82e

Please sign in to comment.