Island: Improve docstring for Version

This commit is contained in:
Mike Salvatore 2022-08-03 11:57:03 -04:00
parent 8586d89062
commit 89c24232c0
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,9 @@ logger = logging.getLogger(__name__)
class Version:
"""
Class which get current version, latest version and download link for the latest version
Information about the Island's version
Provides the current version, latest version, and download link for the latest version.
"""
def __init__(self, version_number: str, deployment: Deployment):