8000 Version 3.10 by tomchristie · Pull Request #6802 · encode/django-rest-framework · GitHub
[go: up one dir, main page]

Skip to content

Version 3.10 #6802

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

Merged
merged 6 commits into from
Jul 15, 2019
Merged

Version 3.10 #6802

merged 6 commits into from
Jul 15, 2019

Conversation

tomchristie
Copy link
Member
@tomchristie tomchristie commented Jul 15, 2019

*Release manager is @tomchristie.

Checklist:

  • Create pull request for release notes based on the 3.10 milestone.
  • Update supported versions:
    • setup.py python_requires list
    • setup.py Python & Django version trove classifiers
    • README Python & Django versions
    • docs Python & Django versions
  • Review Update docs for OpenAPI.  #6668
  • Update the translations from transifex.
  • Ensure the pull request increments the version to 3.10.0 in restframework/__init__.py.
  • Confirm with @tomchristie that release is finalized and ready to go.
  • Ensure that release date is included in pull request.
  • Merge the release pull request.
  • Push the package to PyPI with ./setup.py publish.
  • Tag the release, with git tag -a 3.10.0 -m 'version 3.10.0'; git push --tags.
  • Deploy the documentation with mkdocs gh-deploy.
  • Make a release announcement on the discussion group.
  • Make a release announcement on twitter.
  • Close the milestone on GitHub.

@tomchristie tomchristie changed the title Version 3 10 Version 3.10 Jul 15, 2019
@tomchristie tomchristie mentioned this pull request Jul 15, 2019
18 tasks
@tomchristie tomchristie added this to the 3.10 Release milestone Jul 15, 2019
8000
@tomchristie
Copy link
Member Author

I think we're actually good to go here, crew.

@tomchristie tomchristie merged commit 9eaf49d into master Jul 15, 2019
@tomchristie tomchristie deleted the version-3-10 branch July 15, 2019 11:31
pchiquet pushed a commit to pchiquet/django-rest-framework that referenced this pull request Nov 17, 2020
* 3.10 release notes

* Version number -> 3.10

* Update translations

* Update 3.10 release docs

* Update release notes

* Delete symlink
sigvef pushed a commit to sigvef/django-rest-framework that referenced this pull request Dec 3, 2022
* 3.10 release notes

* Version number -> 3.10

* Update translations

* Update 3.10 release docs

* Update release notes

* Delete symlink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
0