Skip to content

Commit

Permalink
Merge pull request #74 from tkishel/load_tags_methods
Browse files Browse the repository at this point in the history
include tags and rev version
  • Loading branch information
tkishel authored Aug 17, 2022
2 parents 53000c1 + 1c8fd93 commit 977534a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions prismacloud/api/compute/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from ._scans import *
from ._settings import *
from ._status import *
from ._tags import *

mixin_classes_as_strings = list(filter(lambda x: x.endswith('PrismaCloudAPIComputeMixin'), dir()))
mixin_classes = [getattr(sys.modules[__name__], x) for x in mixin_classes_as_strings]
Expand Down
2 changes: 1 addition & 1 deletion prismacloud/api/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" version file """

version = '4.0.9'
version = '4.1.0'

0 comments on commit 977534a

Please sign in to comment.