-
Notifications
You must be signed in to change notification settings - Fork 760
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
Bump version to 0.9.0 #812
Conversation
@kngwyu I'd like to update the docstrings of pyo3 types to point to the new guide first. I can do it today. |
@birkenfeld |
Can we also import PyAny to the main crate namespace? |
@birkenfeld |
I think it makes sense to put the long list of concrete types there. But if we want to enhance visibility of |
The idea was to prevent the top level from becoming to cluttered with all the builtin types. But imo PyAny can also be the root namespace and/or the prelude. |
@birkenfeld @konstin |
5d581b1
to
1f8a975
Compare
Now ready to release :) |
Thanks! Can you set a tag? |
Sure, I made it now. https://github.com/PyO3/pyo3/releases/tag/v0.9.0 |
Resolves #808