You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
ordev0
in the release branches, but the version number ingen-python/version.py
is not updated for the release, e.g., in the0.4.1
release:opencensus-proto/gen-python/version.py
Line 15 in e53624a
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!
The text was updated successfully, but these errors were encountered: