ovh / python-ovh

Thin wrapper around OVH's APIs. Handles all the hard work including credential creation and requests signing.
https://pypi.org/project/ovh/
Other
278 stars 76 forks source link

Tag version naming scheme #139

Closed rominf closed 1 month ago

rominf commented 1 month ago

Previously, tag version names started with a prefix "v": https://github.com/ovh/python-ovh/releases. However, the tag version name for the last release has no prefix "v": https://github.com/ovh/python-ovh/releases/tag/1.2.0. Was this change intentional? Will all subsequent releases also have no prefix?

Knowing the tag version naming scheme is necessary for maintaining the python-ovh package for Fedora using packit: https://src.fedoraproject.org/rpms/python-ovh/blob/rawhide/f/.packit.yaml.

Personally, I would keep the old "v" prefix, but if this change was intentional and all following releases will have no prefix, that is also acceptable.

deathiop commented 1 month ago

Hello @rominf,

This was not intentional: I made a mistake when releasing. The tags are now consistent. Thanks for your feedback!