Skip to content

Commit

Permalink
add reference to latest_version
Browse files Browse the repository at this point in the history
  • Loading branch information
rwegener2 committed Nov 2, 2023
1 parent 24751e9 commit b552808
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions icepyx/core/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,14 @@ def product_summary_info(self):
]
for key in summ_keys:
print(key, ": ", self._about_product["feed"]["entry"][-1][key])

def latest_version(self):
"""
A reference function to is2ref.lates_version.
Determine the most recent version available for the given product.
"""
return is2ref.latest_version(self.product)

def product_all_info(self):
"""
Expand Down

0 comments on commit b552808

Please sign in to comment.