-
Notifications
You must be signed in to change notification settings - Fork 922
Update packaging and bump RC #426
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
Conversation
tools/RELEASE.md
Outdated
@@ -5,8 +5,8 @@ when no more blocking issues needs to be fixed a final tag is created | |||
and the final release is rolled. | |||
|
|||
confluent-kafka-python uses semver versioning and loosely follows | |||
librdkafka's version, e.g. v0.11.4 for the final release and | |||
v0.11.4rc3 for the 3rd v0.11.4 release candidate. | |||
librdkafka's version, e.g. v0.11.5 for the final release and |
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.
no need to update this, these are just examples.
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.
is there any problem with doing so?
@@ -57,7 +57,7 @@ | |||
# The short X.Y version. | |||
version = '0.11.5' | |||
# The full version, including alpha/beta/rc tags. | |||
release = '0.11.5' | |||
release = '0.11.5rc6' |
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 one and setup.py are on rc6 while version() returns v0.11.5. Is this intentional? (if so; fine)
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.
right so we had a bit of back and forth about include or don't include. Since the comment specifically mentions the tags I decided to keep the RC designation
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.
LGTM!
No description provided.