Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Python version number is always “dev” #234

Open
musicinmybrain opened this issue Feb 25, 2023 · 0 comments
Open

Python version number is always “dev” #234

musicinmybrain opened this issue Feb 25, 2023 · 0 comments

Comments

@musicinmybrain
Copy link

With the current procedure for creating a release (https://github.com/census-instrumentation/opencensus-proto/blob/master/RELEASING.md#tagging-the-release), the CURRENT_OPENCENSUS_PROTO_VERSION loses -SNAPSHOT or dev0 in the release branches, but the version number in gen-python/version.py is not updated for the release, e.g., in the 0.4.1 release:

__version__ = '0.4.dev1' # CURRENT_OPENCENSUS_PROTO_VERSION

This is the version number that appears in the metadata of Python wheels built from the release tag. Would it be possible to update the release process to fix up this version number as well? Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant