Skip to content

Commit 3aa1e38

Browse files
authored
Version 5.2.7 release (#2864)
Fixes a regression in django-stubs version 5.2.6.
1 parent bbe5d2c commit 3aa1e38

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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.7 | 1.13 - 1.18 | 5.2 | 5.1, 5.0 | 3.10 - 3.13 |
5152
| 5.2.6 | 1.13 - 1.18 | 5.2 | 5.1, 5.0 | 3.10 - 3.13 |
5253
| 5.2.5 | 1.13 - 1.18 | 5.2 | 5.1, 5.0 | 3.10 - 3.13 |
5354
| 5.2.4 | 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.6"
5+
version = "5.2.7"
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.6"
3+
version = "5.2.7"
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.6",
32+
"django-stubs-ext>=5.2.7",
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)