Bump version and update release notes for 3.17.0#9921
Bump version and update release notes for 3.17.0#9921browniebroke merged 9 commits intoencode:mainfrom
Conversation
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Prepares the Django REST framework 3.17 release by bumping the package version and updating public documentation to reflect the new release and supported Django versions.
Changes:
- Bump
rest_framework.__version__to3.17.0. - Update documentation requirements to include Django 6.0.
- Add 3.17.0 entry to the release notes, including changelog highlights and contributor list.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
rest_framework/__init__.py |
Version bump to 3.17.0 for the release. |
docs/index.md |
Update stated supported Django versions to include 6.0. |
docs/community/release-notes.md |
Add 3.17.0 release notes section and changelog link. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
I see these are more internal refactoring of the project, and not worth mentioning in the release notes. Especially #9842, which is just changing how we specify our dev dependencies, it's not reflected in the packaging metadata. You could argue that #9825 is at the same level as migrating to pyproject.toml |
peterthomassen
left a comment
There was a problem hiding this comment.
lgtm! (release date needs to be updated, though)
|
Ok let's do this |
Description
PR to prepare the 3.17 release (release process)