Skip to content

Commit 952051f

Browse files
committed
Test new release workflow -- version 3.16.4a1 release
Using alpha version in case anything goes wrong -- so users won't be updated automatically.
1 parent b533c55 commit 952051f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "djangorestframework-stubs"
3-
version = "3.16.3"
3+
version = "3.16.4a1"
44
requires-python = ">=3.10"
55
description = "PEP-484 stubs for django-rest-framework"
66
readme = "README.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)