Retrieve a specific version by its name.
Returns a Version object for the given product and version name.
galtea.versions.get_by_name(product_id="YOUR_PRODUCT_ID", version_name="YOUR_VERSION_NAME")
The ID of the product for which you want to retrieve the version.
The name of the version you want to retrieve.