fix: wrong cls usage in self class
This commit is contained in:
@@ -165,8 +165,8 @@ class gitversionhelper: # pylint: disable=too-few-public-methods
|
||||
f"""
|
||||
bump the version to the next one
|
||||
Kwargs:
|
||||
{cls.__OptDict["bump_type"]}: the given bump_type (can be None)
|
||||
{cls.__OptDict["bump_dev_strategy"]}: the given bump_dev_strategy (can be None)
|
||||
{self.__OptDict["bump_type"]}: the given bump_type (can be None)
|
||||
{self.__OptDict["bump_dev_strategy"]}: the given bump_dev_strategy (can be None)
|
||||
Return:
|
||||
the bumped version
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user