File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,15 +96,15 @@ The workflow for contributions is fairly simple:
9696
9797## Releasing ` djangorestframework-stubs `
9898
99- 1 . Open a pull request that updates ` setup.py ` (anyone can open this PR, not just maintainers):
99+ 1 . Open a pull request that updates ` pyproject.toml ` (anyone can open this PR, not just maintainers):
100100
101- - Increase ` version= ` value within ` setup(...) ` . Version number ` major.minor.patch ` is formed as follows:
101+ - Increase ` version = ` value within ` [project] ` section . Version number ` major.minor.patch ` is formed as follows:
102102
103103 ` major.minor ` version must match newest supported ` djangorestframework ` release.
104104
105105 ` patch ` is sequentially increasing for each stubs release. Reset to ` 0 ` if ` major.minor ` was updated.
106106
107- - Update ` django-stubs>= ` dependency to point to latest ` django-stubs ` release.
107+ - Under ` dependencies = ` , update the ` django-stubs>= ` version to point to latest ` django-stubs ` release.
108108 - Update lockfile, run: ` uv lock `
109109 - Use pull request title "Version x.y.z release" by convention.
110110
Original file line number Diff line number Diff line change 11[project ]
22name = " djangorestframework-stubs"
3- version = " 3.16.3 "
3+ version = " 3.16.4a1 "
44requires-python = " >=3.10"
55description = " PEP-484 stubs for django-rest-framework"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments