Django-rest-framework: Version 3.7 Release

Created on 20 Sep 2017  路  6Comments  路  Source: encode/django-rest-framework

Placeholder to keep track of the 3.7 Release.

Preliminaries

  • [x] Open Release PR

    • Version Number Etc

  • [x] Process Issues already milestoned for 3.7.
  • [x] Migrate 3.6.5 merged issues and update Release Notes to reflect.
  • [x] Review open issues from 3.6.5 Milestone

    • Either process or de-milestone.

  • [x] Clean up other issues

    • Main target is Schema Generation and Interactive Docs.

    • Any other ones we can sneak in there.

Release Process

  • [x] Update the translations from transifex.
  • [x] Ensure the pull request increments the version to 3.7.0 in restframework/__init__.py.
  • [x] Release Announcement
  • [x] Confirm with @tomchristie that release is finalized and ready to go.
  • [x] Ensure that release date is included in pull request.
  • [x] Merge the release pull request.
  • [x] Push the package to PyPI with ./setup.py publish.
  • [x] Tag the release, with git tag -a 3.7.0 -m 'version 3.7.0'; git push --tags.
  • [x] Deploy the documentation with mkdocs gh-deploy.
  • [x] Make a release announcement on the discussion group.
  • [x] Make a release announcement on twitter.
  • [x] Close the milestone on GitHub.
Process

Most helpful comment

Progress Update:

I've resolved all the issues originally on the 3.7. milestone. I've processed the backlog and de-milestoned anything we're not actually going to close this time round.

We now have a small hit list for the 3.7 Milestone. We'll see how we go. I hope to get all of those. Any help appreciated. 馃榾

All 6 comments

Progress Update:

I've resolved all the issues originally on the 3.7. milestone. I've processed the backlog and de-milestoned anything we're not actually going to close this time round.

We now have a small hit list for the 3.7 Milestone. We'll see how we go. I hope to get all of those. Any help appreciated. 馃榾

Great work :)

@carltongibson @tomchristie

Any news about the real time support? It seems a very exciting feature.

@bluesurfer -There's some rough future plans around that, yup, but we're focusing on improving the schema support & API docs for this release.

So, when is the 3.7.0 expected release?

@carltongibson

@anshengme Next week.

(I'm looking at Monday 2rd. I'm happy for that to slip to Tuesday if there's loose ends. Even then there's no point rushing it. If I were you I'd just think "Next Week". But I'm looking at Monday to get most of it done.)

You can always install off of master if you're in a rush. 馃槃

Was this page helpful?
0 / 5 - 0 ratings