diff --git a/src/pygitversionhelper/gitversionhelper.py b/src/pygitversionhelper/gitversionhelper.py index 7c21a44..ddd4ec2 100644 --- a/src/pygitversionhelper/gitversionhelper.py +++ b/src/pygitversionhelper/gitversionhelper.py @@ -368,13 +368,11 @@ class gitversionhelper: # pylint: disable=too-few-public-methods @classmethod def getLastVersion(cls,**kwargs) -> Union[str,MetaVersion]: # pylint: disable=R0914, R0912, R0915 - """ - get the last version from tags - Parameters: - **kwargs: - version_std(str): the given version_std (can be None) - same_branch(bool): force searching only in the same branch - formated_output(bool) : output a formated version string + """get the last version from tags + Keyword Arguments: + version_std(str): the given version_std (can be None) + same_branch(bool): force searching only in the same branch + formated_output(bool) : output a formated version string Returns: the last version """