Skip to main content

Module versioning

Module versioning 

Source
Expand description

Dynamic versioning from git tags

Supports automatic version derivation from git tags, similar to poetry-dynamic-versioning. Configuration via [tool.rx.versioning].

Structs§

GitVersion
Git version information
VersioningConfig
Versioning configuration from [tool.rx.versioning]

Functions§

bump_version
Bump a version string
get_git_info
Get raw git version information
get_git_version
Get version from git tags
get_version
Get the current version, either from git or pyproject.toml