We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some packages have their versions in a __init__.py file like this:
__init__.py
https://github.com/open-telemetry/opentelemetry-python/blob/main/opentelemetry-api/src/opentelemetry/version/__init__.py
Others have it in a version.py file like this:
version.py
https://github.com/open-telemetry/opentelemetry-python/blob/main/exporter/opentelemetry-exporter-opencensus/src/opentelemetry/exporter/opencensus/version.py
Make them consistent. Update the release scripts to take into consideration this change.
The text was updated successfully, but these errors were encountered:
duplicate of #4097
Sorry, something went wrong.
ocelotl
No branches or pull requests
Some packages have their versions in a
__init__.py
file like this:https://github.com/open-telemetry/opentelemetry-python/blob/main/opentelemetry-api/src/opentelemetry/version/__init__.py
Others have it in a
version.py
file like this:https://github.com/open-telemetry/opentelemetry-python/blob/main/exporter/opentelemetry-exporter-opencensus/src/opentelemetry/exporter/opencensus/version.py
Make them consistent. Update the release scripts to take into consideration this change.
The text was updated successfully, but these errors were encountered: