-
Notifications
You must be signed in to change notification settings - Fork 107
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
Version 0.8.3 #78
Version 0.8.3 #78
Conversation
I think that alone wouldn't upgrade
Yup, probably should do that too. |
@@ -39,4 +39,4 @@ | |||
"WriteError", | |||
"CloseError", | |||
] | |||
__version__ = "0.8.2" | |||
__version__ = "0.8.3" |
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.
Probably should update the CHANGELOG as well.
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.
Blergh, accidentally pushed that to master, but yup.
0.8.3 (May 6rd, 2020)Fixed
|
Sure thing. |
Released. |
@yeraydiazdiaz I guess we don't actually need a
httpx 0.13.dev1
- we can just advisepip install httpx --pre -U
.Tho perhaps might want to issue
httpcore 0.9
alongside the release version ofhttpx 0.13
, so that we can pin httpx to 0.9+?