Skip to content
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

Fix kombu release version #4485

Merged
merged 1 commit into from
Jan 2, 2019
Merged

Fix kombu release version #4485

merged 1 commit into from
Jan 2, 2019

Conversation

LindsayHill
Copy link
Contributor

The Kombu team had a release issue, and accidentally published the wrong code as 4.2.2 to PyPi. They have fixed this, and pulled 4.2.2.

celery/kombu#966

@Kami Kami added this to the 3.0.0 milestone Jan 2, 2019
@@ -5,7 +5,7 @@ greenlet==0.4.15
# depend on rely
eventlet==0.24.1
gunicorn==19.9.0
kombu==4.2.2
kombu==4.2.2.post1
Copy link
Member

@arm4b arm4b Jan 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Holy post1!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it's part of a Python versioning standard - https://www.python.org/dev/peps/pep-0440/#post-releases

I'm fine with it since it's considered a "final" and not a dev / beta release. But yeah, I would definitely prefer them to actually bump a version to 4.2.3 or similar.

@LindsayHill LindsayHill merged commit 9577ff9 into master Jan 2, 2019
@LindsayHill LindsayHill deleted the kombu_fix branch January 2, 2019 22:43
@Kami Kami modified the milestones: 3.0.0, 2.10.2 Feb 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants