-
Notifications
You must be signed in to change notification settings - Fork 283
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
v3.2.0rc0 whats new and version string #4557
Conversation
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.
Looks good.
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.
A couple of quick queries here ...
- is it really necessary + desirable to delete docs/whatsnew/dev.template ?
I know the dev docs say to do that, but then we have to re-introduce it post-release. I'm not convinced it does any harm to just leave it in ? - I get that docs: move whatsnew #4540 basically renamed 'latest.rst' to 'dev.rst'. We have also changed the ref in 'whatsnew/index.rst'.
And here when cutting a new release version, we rename 'dev.rst' to '3.2.rst' in the index.
but then why do we still need 'latest.rst' at all -- which is now just a link to 'dev.rst' ?
(I know this is really a question for docs: move whatsnew docs: move whatsnew #4540, but I missed the boat there)
Otherwise, 👍 LGTM !
Presumably because we want to just update the symlink rather than the toctree, but I think @bjlittle added it so might have another view? |
Not sure really! I am doing it because that's what the docs say and that is what you did for the 3.1.0rc0 |
Sorry did not mean to get in the way here ! |
* v3.2.0rc0 whats new and version string (#4557) * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 21.12b0 → 22.1.0](psf/black@21.12b0...22.1.0) - [github.com/asottile/blacken-docs: v1.12.0 → v1.12.1](adamchainz/blacken-docs@v1.12.0...v1.12.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: lbdreyer <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
🚀 Pull Request
Description
Updates version string to 3.2.0rc0
Moved whats new dev.rst -> 3.2.rst
Consult Iris pull request check list