Skip to content

Commit 184304a

Browse files
authored
Version 5.2.6 release (#2859)
1 parent e201898 commit 184304a

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ This rule helps us avoid tying in too closely to Django’s undocumented interna
127127

128128
- Update the `version =` value within `[project]` section in **both** `pyproject.toml` files. The versions must be in sync.
129129
- Update `django-stubs-ext>=` dependency in root `pyproject.toml` to the same version number.
130-
- Update lockfile, run: `uv lock`
130+
- Run `uv lock` to update lockfile
131131
- Add a new row at the top of ['Version compatibility' table in README.md](README.md#version-compatibility).
132132
- Use pull request title "Version x.y.z release" by convention.
133133
- Add the correct classifiers to `classifiers =` if support is added for a new Python or Django version

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ We rely on different `django` and `mypy` versions:
4848

4949
| django-stubs | Mypy version | Django version | Django partial support | Python version |
5050
|----------------|--------------|----------------|------------------------|----------------|
51+
| 5.2.6 | 1.13 - 1.18 | 5.2 | 5.1, 5.0 | 3.10 - 3.13 |
5152
| 5.2.5 | 1.13 - 1.18 | 5.2 | 5.1, 5.0 | 3.10 - 3.13 |
5253
| 5.2.4 | 1.13 - 1.18 | 5.2 | 5.1, 5.0 | 3.10 - 3.13 |
5354
| 5.2.3 | 1.13 - 1.18 | 5.2 | 5.1, 5.0 | 3.10 - 3.13 |

ext/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "django-stubs-ext"
33
# NB! For clarity, keep version major.minor.patch in sync with django-stubs.
44
# It's fine to skip django-stubs-ext releases, but when doing a release, update this to newest django-stubs version.
5-
version = "5.2.6a1"
5+
version = "5.2.6"
66
description = "Monkey-patching and extensions for django-stubs"
77
readme = "README.md"
88
license = "MIT"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-stubs"
3-
version = "5.2.6a1"
3+
version = "5.2.6"
44
description = "Mypy stubs for Django"
55
readme = "README.md"
66
license = "MIT"
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
dependencies = [
3131
"django",
32-
"django-stubs-ext>=5.2.6a1",
32+
"django-stubs-ext>=5.2.6",
3333
"tomli; python_version < '3.11'",
3434
# Types:
3535
"types-pyyaml",

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)