Skip to content

Commit 8ee8b48

Browse files
authored
Version 3.16.6 release (#881)
1 parent c6d8972 commit 8ee8b48

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The workflow for contributions is fairly simple:
115115

116116
- Under "Choose a tag" enter the new version number. Do NOT use `v` prefix.
117117
- Click "Generate release notes".
118-
- Delete all release notes lines containing `by @pre-commit-ci` or `by @dependabot`, as these
118+
- Delete all release notes lines containing `by @pre-commit-ci` or `by @renovate`, as these
119119
are irrelevant for our users.
120120

121121
4. Once you feel brave enough, click "Publish release".

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "djangorestframework-stubs"
3-
version = "3.16.5"
3+
version = "3.16.6"
44
requires-python = ">=3.10"
55
description = "PEP-484 stubs for django-rest-framework"
66
readme = "README.md"
@@ -23,7 +23,7 @@ classifiers = [
2323
"Framework :: Django",
2424
]
2525
dependencies = [
26-
"django-stubs>=5.2.7",
26+
"django-stubs>=5.2.8",
2727
"typing-extensions>=4.0",
2828
"requests>=2.0",
2929
"types-requests",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)