Version

Auto-generated documentation for mypy_boto3_builder.utils.version module.

Version-related utils.

get_aioboto3_version

[find in source code]

def get_aioboto3_version() -> str:

Get aioboto3 package version.

get_aiobotocore_version

[find in source code]

def get_aiobotocore_version() -> str:

Get aiobotocore package version.

get_boto3_version

[find in source code]

def get_boto3_version() -> str:

Get boto3 package version.

get_botocore_version

[find in source code]

def get_botocore_version() -> str:

Get botocore package version.

get_builder_version

[find in source code]

def get_builder_version() -> str:

Get program version.

get_max_build_version

[find in source code]

def get_max_build_version(version: str) -> str:

Get min version build version by bumping minor.

get_min_build_version

[find in source code]

def get_min_build_version(version: str) -> str:

Get min version build version by setting micro to 0.