-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
2.8.2 release #1119
2.8.2 release #1119
Conversation
|
||
Thanks to all who contributed to this release, among them: | ||
|
||
Bruno Oliveira |
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.
Out of curiosity, how did you obtain this list? From the changelog?
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.
git log --pretty='format:%an' 2.8.1..HEAD | sort | uniq
Most of those are small doc/test fixes and probably don't warrant a changelog entry, but still nice to give credit here. I probably should add that command to HOWTORELEASE
😉
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 idea! Thanks! 😄
Thanks for taking care of it! 😄 |
👍 |
In case it wasn't clear, 👍 from me as well. 😄 |
😸 👍 |
Wheee, my first release! 🎉
Please don't merge this, just comment instead - I'd like to merge it myself when I have time to do the rest of the release (probably tomorrow)
2.8.2 is uploaded to devpi:
devpi use https://devpi.net/The-Compiler/dev && devpi test pytest==2.8.2
Unfortunately I ran into a lot of issues during testing (see devpi):
I think none of those should block 2.8.2 though - the test failures smell like they have been introduced in 2.8.0 or even earlier.
Because of some incomplete test machine setups (I just recycled what I use for qutebrowser 😉) I was unable to test some configurations, so I'd be glad if someone else could.