-
Notifications
You must be signed in to change notification settings - Fork 738
Release 1.11.0-0.30b0 #1056
New issue
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
Release 1.11.0-0.30b0 #1056
Conversation
…y-python-contrib into release/1.11.0-0.30b0
@@ -12,4 +12,4 @@ | |||
# See the License for the specific language governing permissions and | |||
# limitations under the License. | |||
|
|||
__version__ = "0.29b0" | |||
__version__ = "0.30b0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This package is deprecated, right? We don't want to release this anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. I will undo this change and also create a task to exclude it from the release script.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
__version__ = "0.28b1" | ||
__version__ = "0.30b0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we miss this in 0.29b0
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe it was set to 0.28b1
when the PR was created but not merged until 0.29b0
was released already. So this would be its first release. (pypi does not return anything for opentelemetry-contrib-instrumentations
)
No description provided.